mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-06 07:35:18 -04:00
The octokit client would default to the URL of enterprise instances and then not be able to find the uv repo. Closes: #188
4 lines
153 B
TypeScript
4 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";
|