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:
Kevin Stillhammer
2025-01-28 21:09:08 +01:00
parent 2993ff4a65
commit 276e678697
4 changed files with 15 additions and 7 deletions
+1
View File
@@ -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";