We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7629122 commit 9cd99b2Copy full SHA for 9cd99b2
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Generate Jobs
24
run: |
25
git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
26
- strategy="$(~/bashbrew/scripts/github-actions/generate.sh)"
+ strategy="$(GITHUB_REPOSITORY='bash' ~/bashbrew/scripts/github-actions/generate.sh)"
27
jq . <<<"$strategy" # sanity check / debugging aid
28
echo "::set-output name=strategy::$strategy"
29
0 commit comments