Skip to content

Commit 9e5ad30

Browse files
committed
Use new "bashbrew" composite action
1 parent 87f7834 commit 9e5ad30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2020
steps:
2121
- uses: actions/checkout@v3
22+
- uses: docker-library/bashbrew@HEAD
2223
- id: generate-jobs
2324
name: Generate Jobs
2425
run: |
25-
git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
26-
strategy="$(~/bashbrew/scripts/github-actions/generate.sh)"
26+
strategy="$("$BASHBREW_SCRIPTS/github-actions/generate.sh")"
2727
strategy="$(.github/workflows/munge.sh -c <<<"$strategy")"
2828
echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
2929
jq . <<<"$strategy" # sanity check / debugging aid

0 commit comments

Comments
 (0)