fix(ci): route fork artifacts to current repository#684
Open
100yenadmin wants to merge 1 commit into
Open
Conversation
Author
|
@coderabbitai review |
adsharma
reviewed
Jul 13, 2026
| "override-owner/ladybug" | ||
|
|
||
| unset LBUG_GITHUB_REPOSITORY LBUG_PRECOMPILED_RUN_ID | ||
| export LBUG_VERSION="0.18.1" |
Contributor
There was a problem hiding this comment.
Please remove references to 0.18.x. Makes it hard to bump version numbers on the next release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
precompiled run ID is provided
LBUG_GITHUB_REPOSITORYas the highest-priority explicit overrideLadybugDB/ladybugas the default for release downloadsRoot cause
GitHub Actions run IDs are repository-scoped, but
scripts/download-liblbug.shalways defaulted toLadybugDB/ladybug.Dispatching the reusable language workflows in a fork therefore queried the
upstream repository with a fork run ID and returned HTTP 404.
Fixes #683.
Validation
scripts/test-download-liblbug.shbash -n scripts/download-liblbug.sh scripts/test-download-liblbug.shshellcheck scripts/download-liblbug.sh scripts/test-download-liblbug.sh.github/workflows/ci-workflow.ymlwith Ruby YAML29227829393with onlyGITHUB_REPOSITORY=100yenadmin/ladybuggit diff --checkNo package publication or deployment is requested.