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.
2 parents 905cae8 + 010de91 commit 908e79dCopy full SHA for 908e79d
.github/workflows/ci.yml
@@ -22,13 +22,13 @@ jobs:
22
strategy: ${{ steps.generate-jobs.outputs.strategy }}
23
steps:
24
- uses: actions/checkout@v3
25
+ - uses: docker-library/[email protected]
26
- id: generate-jobs
27
name: Generate Jobs
28
run: |
- git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
29
- strategy="$(~/bashbrew/scripts/github-actions/generate.sh)"
+ strategy="$(GITHUB_REPOSITORY=phpmyadmin "$BASHBREW_SCRIPTS/github-actions/generate.sh")"
30
+ echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
31
jq . <<<"$strategy" # sanity check / debugging aid
- echo "::set-output name=strategy::$strategy"
32
33
test:
34
needs: generate-jobs
0 commit comments