mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-04 13:37:46 +02:00
fix typo
This commit is contained in:
parent
bdfce95e99
commit
1bd6a2275b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ jobs:
|
|||
#### Re-evaluating the cache key
|
||||
By default, the string resolved from the `key` parameter for restoring the cache will also be used for saving the cache. In some situations it may be preferred to re-evaluate the `key` parameter when saving, such as when part of the key's name is not available until after the restore has completed. In such cases, you can add the option `reevaluate-key: true`.
|
||||
|
||||
For example, consider a a .NET solution that doesn't *normally* use `packages.lock.json` lock files. You may still want to generate a lock file for purposes of determining the cache key only.
|
||||
For example, consider a .NET solution that doesn't *normally* use `packages.lock.json` lock files. You may still want to generate a lock file for purposes of determining the cache key only.
|
||||
|
||||
```yaml
|
||||
- name: Cache Packages
|
||||
|
|
Loading…
Add table
Reference in a new issue