File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 3939 id : hash_workspace
4040 run : |
4141 echo "digest=$(echo RNA_3.10.1_${{ github.workspace }} | md5sum | cut -c 1-25)" >> $GITHUB_OUTPUT
42-
42+
4343 - name : Cache test data
4444 id : cache-testdata
4545 uses : actions/cache@v3
9696 id : hash_workspace
9797 run : |
9898 echo "digest=$(echo RNA_3.10.1_${{ github.workspace }} | md5sum | cut -c 1-25)" >> $GITHUB_OUTPUT
99-
99+
100100 - name : Cache test data
101101 id : cache-testdata
102102 uses : actions/cache@v3
@@ -147,7 +147,7 @@ jobs:
147147 id : hash_workspace
148148 run : |
149149 echo "digest=$(echo RNA_3.10.1_${{ github.workspace }} | md5sum | cut -c 1-25)" >> $GITHUB_OUTPUT
150-
150+
151151 - name : Cache test data
152152 id : cache-testdata
153153 uses : actions/cache@v3
@@ -198,7 +198,7 @@ jobs:
198198 id : hash_workspace
199199 run : |
200200 echo "digest=$(echo RNA_3.10.1_${{ github.workspace }} | md5sum | cut -c 1-25)" >> $GITHUB_OUTPUT
201-
201+
202202 - name : Cache test data
203203 id : cache-testdata
204204 uses : actions/cache@v3
@@ -249,7 +249,6 @@ jobs:
249249 id : hash_workspace
250250 run : |
251251 echo "digest=$(echo RNA_3.10.1_${{ github.workspace }} | md5sum | cut -c 1-25)" >> $GITHUB_OUTPUT
252-
253252
254253 - name : Cache test data
255254 id : cache-testdata
You can’t perform that action at this time.
0 commit comments