We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to use this action from a hosted github enterprise instance. Unfortunately it is auto-configuring its own api url when octokit is instantiated, could we pin the api url to https://api.github.com e.g. in https://github.com/astral-sh/setup-uv/blob/main/src/download/download-version.ts#L94
https://api.github.com
e.g. something like lyst@843eb11
The text was updated successfully, but these errors were encountered:
Always use api.github.com (#191)
3460fe1
The octokit client would default to the URL of enterprise instances and then not be able to find the uv repo. Closes: #188
Thanks!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
I'm trying to use this action from a hosted github enterprise instance. Unfortunately it is auto-configuring its own api url when octokit is instantiated, could we pin the api url to
https://api.github.com
e.g. in https://github.com/astral-sh/setup-uv/blob/main/src/download/download-version.ts#L94e.g. something like lyst@843eb11
The text was updated successfully, but these errors were encountered: