Skip to content

Commit 0a1d097

Browse files
committed
Update example to use "@Head"
Otherwise, we get: > the `uses' attribute must be a path, a Docker image, or owner/repo@ref (which the documentation implies we shouldn't, but 🤷)
1 parent 4f4ad25 commit 0a1d097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-actions/example-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2020
steps:
2121
- uses: actions/checkout@v3
22-
- uses: docker-library/bashbrew
22+
- uses: docker-library/bashbrew@HEAD
2323
- id: generate-jobs
2424
name: Generate Jobs
2525
run: |

0 commit comments

Comments
 (0)