Skip to content

GHE support (#1)#201

Open
mhaeusler wants to merge 2 commits intofalcondev-oss:devfrom
mhaeusler:dev
Open

GHE support (#1)#201
mhaeusler wants to merge 2 commits intofalcondev-oss:devfrom
mhaeusler:dev

Conversation

@mhaeusler
Copy link

this change adds support for Github Enterprise by allowing to set DEFAULT_ACTIONS_RESULTS_URL as environment variable.

DEFAULT_ACTIONS_RESULTS_URL=https://results-receiver.actions.<COMPANY>.ghe.com

it fixes the artifact upload and download error:

Run actions/upload-artifact@v4
With the provided path, there will be 2 files uploaded
Artifact name is valid!
Root directory input is valid!
Attempt 1 of 5 failed with error: Unexpected end of JSON input. Retrying request in 3000 ms...
Attempt 2 of 5 failed with error: Unexpected end of JSON input. Retrying request in 6265 ms...
Attempt 3 of 5 failed with error: Unexpected end of JSON input. Retrying request in 9295 ms...
Attempt 4 of 5 failed with error: Unexpected end of JSON input. Retrying request in 11130 ms...
Error: Failed to CreateArtifact: Failed to make request after 5 attempts: Unexpected end of JSON input

* made DEFAULT_ACTIONS_RESULTS_URL configurable
@LouisHaftmann LouisHaftmann self-requested a review February 4, 2026 06:34
Co-authored-by: Louis Haftmann <30736553+LouisHaftmann@users.noreply.github.com>
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