Skip to content

Commit b4876e6

Browse files
committed
must checkout the files to hash them
1 parent 28a8da1 commit b4876e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-make.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
outputs:
1717
hash: ${{ steps.hash.outputs.hash }}
1818
steps:
19+
- name: CHECKOUT REPOSITORY
20+
uses: actions/checkout@v4
1921
- name: COMPUTE REPO HASH
2022
id: hash
2123
run: |

0 commit comments

Comments
 (0)