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 4c74bbf commit 14fb628Copy full SHA for 14fb628
.github/workflows/ci.yml
@@ -19,11 +19,11 @@ jobs:
19
strategy: ${{ steps.generate-jobs.outputs.strategy }}
20
steps:
21
- uses: actions/checkout@v3
22
+ - uses: docker-library/bashbrew@HEAD
23
- id: generate-jobs
24
name: Generate Jobs
25
run: |
- git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
26
- strategy="$(~/bashbrew/scripts/github-actions/generate.sh)"
+ strategy="$("$BASHBREW_SCRIPTS/github-actions/generate.sh")"
27
echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
28
jq . <<<"$strategy" # sanity check / debugging aid
29
0 commit comments