Skip to content

Commit 44ad131

Browse files
committed
update workflow
1 parent 1abe57c commit 44ad131

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/review.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Markup hashing
3434
run: |
35-
md5sum snapshot.yaml >head_checksums.md5
35+
md5sum snapshot.json >head_checksums.md5
3636
for f in $(find meta -type f|sort); do md5sum $f; done >>head_checksums.md5
3737
for f in $(find . -maxdepth 1 -type f -name "*.py"|sort); do md5sum $f; done >>head_checksums.md5
3838
cat head_checksums.md5
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 - 2024.12.05
5454
with:
5555
path: tmp
56-
key: cred-data-${{ hashFiles('snapshot.yaml') }}
56+
key: cred-data-${{ hashFiles('snapshot.json') }}
5757

5858
- name: install ansi2html
5959
if: steps.cache-data.outputs.cache-hit != 'true'
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Markup hashing
118118
run: |
119-
md5sum snapshot.yaml >base_checksums.md5
119+
md5sum snapshot.json >base_checksums.md5
120120
for f in $(find meta -type f|sort); do md5sum $f; done >>base_checksums.md5
121121
for f in $(find . -maxdepth 1 -type f -name "*.py"|sort); do md5sum $f; done >>base_checksums.md5
122122
cat base_checksums.md5
@@ -137,7 +137,7 @@ jobs:
137137
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 - 2024.12.05
138138
with:
139139
path: tmp
140-
key: cred-data-${{ hashFiles('snapshot.yaml') }}
140+
key: cred-data-${{ hashFiles('snapshot.json') }}
141141

142142
- name: install ansi2html
143143
if: steps.cache-data.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)