Skip to content

Commit 908e79d

Browse files
committed
Merge #389 - Use GitHub Actions to use the new bashbrew action
Pull-request: #389
2 parents 905cae8 + 010de91 commit 908e79d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2323
steps:
2424
- uses: actions/checkout@v3
25+
- uses: docker-library/[email protected]
2526
- id: generate-jobs
2627
name: Generate Jobs
2728
run: |
28-
git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
29-
strategy="$(~/bashbrew/scripts/github-actions/generate.sh)"
29+
strategy="$(GITHUB_REPOSITORY=phpmyadmin "$BASHBREW_SCRIPTS/github-actions/generate.sh")"
30+
echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
3031
jq . <<<"$strategy" # sanity check / debugging aid
31-
echo "::set-output name=strategy::$strategy"
3232
3333
test:
3434
needs: generate-jobs

0 commit comments

Comments
 (0)