File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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'
You can’t perform that action at this time.
0 commit comments