mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-05-23 22:01:28 +00:00
The octokit client would default to the URL of enterprise instances and then not be able to find the uv repo. Closes: #188
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
export const REPO = "uv";
|
|
export const OWNER = "astral-sh";
|
|
export const TOOL_CACHE_NAME = "uv";
|
|
export const GITHUB_COM_API = "https://api.github.com";
|