Use new cache key in main workflow
This commit is contained in:
parent
306b2cb261
commit
d32ebc3fe2
2 changed files with 8 additions and 8 deletions
4
.github/workflows/import.yaml
vendored
4
.github/workflows/import.yaml
vendored
|
@ -18,9 +18,9 @@ jobs:
|
|||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: data/wiki-meta-cache.yaml
|
||||
key: wiki-meta-cache-${{ github.run_id }}
|
||||
key: wiki-meta-cache-v2-${{ github.run_id }}
|
||||
restore-keys: |
|
||||
wiki-meta-cache
|
||||
wiki-meta-cache-v2
|
||||
- run: |
|
||||
npm install
|
||||
npm run recent
|
||||
|
|
Reference in a new issue