mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-08-08 10:17:03 +00:00
Always use api.github.com
The octokit client would default to the URL of enterprise instances and then not be able to find the ruff repo.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export const REPO = "ruff";
|
||||
export const OWNER = "astral-sh";
|
||||
export const TOOL_CACHE_NAME = "ruff";
|
||||
export const GITHUB_COM_API = "https://api.github.com";
|
||||
|
||||
Reference in New Issue
Block a user