You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work on a GitHub Enterprise instance (https://github.internal.company) and want to check out something from https://github.com. My naive approach is
but even though I overwrite the environment variable GITHUB_SERVER_URL (as used in https://github.com/actions/checkout/blob/main/src/url-helper.ts#L24) the action is still checking from the internal URL, trying to access https://github.internal.company/sapcc/fedIPA.
Mirroring the whole repository is not my goal as I just want to use the code to run some custom workflow.
Any advice?
The text was updated successfully, but these errors were encountered:
Hi,
I work on a GitHub Enterprise instance (
https://github.internal.company
) and want to check out something fromhttps://github.com
. My naive approach isbut even though I overwrite the environment variable
GITHUB_SERVER_URL
(as used in https://github.com/actions/checkout/blob/main/src/url-helper.ts#L24) the action is still checking from the internal URL, trying to accesshttps://github.internal.company/sapcc/fedIPA
.Mirroring the whole repository is not my goal as I just want to use the code to run some custom workflow.
Any advice?
The text was updated successfully, but these errors were encountered: