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

Add support for releaseServerUrl #67

Closed
wants to merge 16 commits into from
Closed

Add support for releaseServerUrl #67

wants to merge 16 commits into from

Conversation

jhutchings1
Copy link
Contributor

This PR adds a new optional field called releaseServerUrl. This sets the URL that you should use to query the microsoft/component-detection repository. In the only case I know of, if you set this, you're on GitHub Enterprise Server, and you aren't able to get the component-detection binary yourself. This means you'll grab the action from your local server, but the binary from github.com. The value should always be https://api.github.com.

I tested this on GHES 3.13. Fixes #42

@jhutchings1 jhutchings1 requested a review from a team August 26, 2024 23:27
@juxtin
Copy link
Contributor

juxtin commented Sep 27, 2024

I'm closing this in favor of #70, which has these changes and fixes for the tests. Thanks again, @jhutchings1!

@juxtin juxtin closed this Sep 27, 2024
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.

Add GitHub Enterprise Server support
2 participants