Skip to content

Commit 0539d09

Browse files
committed
Use new "bashbrew" composite action
1 parent 3e61365 commit 0539d09

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
@@ -21,11 +21,11 @@ jobs:
2121
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2222
steps:
2323
- uses: actions/checkout@v3
24+
- uses: docker-library/bashbrew@HEAD
2425
- id: generate-jobs
2526
name: Generate Jobs
2627
run: |
27-
git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
28-
strategy="$(GENERATE_STACKBREW_LIBRARY='.github/workflows/fake-gsl.sh' ~/bashbrew/scripts/github-actions/generate.sh)"
28+
strategy="$(GENERATE_STACKBREW_LIBRARY='.github/workflows/fake-gsl.sh' "$BASHBREW_SCRIPTS/github-actions/generate.sh")"
2929
strategy="$(.github/workflows/munge-build.sh -c <<<"$strategy")"
3030
strategy="$(.github/workflows/munge-debian-unstable.sh -c <<<"$strategy")"
3131
echo "strategy=$strategy" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)