Skip to content
New issue

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

Fix bun install reading Github API from wrong environment variable #6247

Merged
merged 2 commits into from
Oct 3, 2023

Conversation

Electroid
Copy link
Contributor

What does this PR do?

bun install would previously read GITHUB_API_DOMAIN to check for Github's API. This environment variable does not exist in Github Actions, it is instead GITHUB_API_URL.

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

I wrote automated tests

@Jarred-Sumner Jarred-Sumner merged commit 1588030 into main Oct 3, 2023
12 checks passed
@Jarred-Sumner Jarred-Sumner deleted the fix-github-api-url branch October 3, 2023 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants