mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 02:02:53 +01:00
Update workflow.yml
This commit is contained in:
parent
272268544c
commit
b6b8aa78d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -111,7 +111,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
key: test-relative-${{ runner.os }}-${{ github.run_id }}
|
||||
path: test-cache
|
||||
path: ~test-cache
|
||||
- name: Verify cache
|
||||
shell: bash
|
||||
run: __tests__/verify-cache-files.sh ${{ runner.os }} ~/test-cache
|
||||
|
|
Loading…
Reference in a new issue