mirror of
https://github.com/actions/cache.git
synced 2026-05-13 21:38:06 +00:00
Compare commits
2 Commits
23ef90704c
...
5e9160c4db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e9160c4db | ||
|
|
830f24e4d8 |
@ -238,7 +238,7 @@ Case 2: Where the user would want to re-evaluate the key
|
||||
```yaml
|
||||
uses: actions/cache/save@v5
|
||||
with:
|
||||
key: npm-cache-${{hashfiles(package-lock.json)}}
|
||||
key: cache-${{ hashFiles('**/lockfiles') }}
|
||||
```
|
||||
|
||||
### Saving cache even if the build fails
|
||||
|
||||
Loading…
Reference in New Issue
Block a user