mirror of
https://github.com/actions/cache.git
synced 2025-04-21 19:46:46 +00:00
Add option to re-evaluate cache key during post action
This commit is contained in:
parent
5a3ec84eff
commit
f0a29e5cc9
4 changed files with 10 additions and 4 deletions
|
@ -76,6 +76,7 @@ If you are using a `self-hosted` Windows runner, `GNU tar` and `zstd` are requir
|
|||
* `enableCrossOsArchive` - An optional boolean when enabled, allows Windows runners to save or restore caches that can be restored or saved respectively on other platforms. Default: `false`
|
||||
* `fail-on-cache-miss` - Fail the workflow if cache entry is not found. Default: `false`
|
||||
* `lookup-only` - If true, only checks if cache entry exists and skips download. Does not change save cache behavior. Default: `false`
|
||||
* `reeval-key` - A boolean which causes the key to be re-evaluated during the Post-Action step
|
||||
|
||||
#### Environment Variables
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue