mirror of
https://gitea.com/actions/cache.git
synced 2024-11-10 14:32:29 +08:00
Update workflow.yml
This commit is contained in:
parent
272268544c
commit
b6b8aa78d8
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -111,7 +111,7 @@ jobs:
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
key: test-relative-${{ runner.os }}-${{ github.run_id }}
|
key: test-relative-${{ runner.os }}-${{ github.run_id }}
|
||||||
path: test-cache
|
path: ~test-cache
|
||||||
- name: Verify cache
|
- name: Verify cache
|
||||||
shell: bash
|
shell: bash
|
||||||
run: __tests__/verify-cache-files.sh ${{ runner.os }} ~/test-cache
|
run: __tests__/verify-cache-files.sh ${{ runner.os }} ~/test-cache
|
||||||
|
|
Loading…
Reference in New Issue
Block a user