pull/1716/merge
Madison Swain-Bowden 2 weeks ago committed by GitHub
commit 0462c8af9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -238,7 +238,7 @@ Case 2: Where the user would want to re-evaluate the key
```yaml ```yaml
uses: actions/cache/save@v5 uses: actions/cache/save@v5
with: with:
key: npm-cache-${{hashfiles(package-lock.json)}} key: cache-${{ hashFiles('**/lockfiles') }}
``` ```
### Saving cache even if the build fails ### Saving cache even if the build fails

Loading…
Cancel
Save