Skip to content

Commit

Permalink
REVERT: Manually fix SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 7, 2024
1 parent c598cb4 commit 6121983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- name: List prerequisites non-recursively
id: non-recursive-prerequisites
uses: colluca/list-make-prerequisites@${{ github.sha }}
uses: colluca/list-make-prerequisites@c598cb481326a428da41f6e38f4fd7691df4e1a5
with:
working-directory: test
target: test
Expand All @@ -51,7 +51,7 @@ jobs:
echo ${{ steps.non-recursive-prerequisites.outputs.hash }}
- name: List recursive prerequisites
id: recursive-prerequisites
uses: colluca/list-make-prerequisites@${{ github.sha }}
uses: colluca/list-make-prerequisites@c598cb481326a428da41f6e38f4fd7691df4e1a5
with:
working-directory: test
target: test
Expand Down

0 comments on commit 6121983

Please sign in to comment.