mirror of
https://github.com/actions/cache.git
synced 2025-04-01 19:06:35 +00:00
Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
parent
56d316e1fd
commit
e999d08944
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ If you want to avoid re-computing the cache key again in `save` action, the outp
|
|||
|
||||
### Re-evaluate cache key while saving cache
|
||||
|
||||
With save action, the key can now be re-evaluated while executing the action. This helps in cases where the lockfiles are generated during the build.
|
||||
On the other hand, the key can also be explicitly re-computed while executing the save action. This helps in cases where the lockfiles are generated during the build.
|
||||
|
||||
Let's say we have a restore step that computes key at runtime
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue