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
|
@ -34,6 +34,10 @@ inputs:
|
|||
save-always does not work as intended and will be removed in a future release.
|
||||
A separate `actions/cache/restore` step should be used instead.
|
||||
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
||||
reeval-key:
|
||||
description: 'Re-evaluate the cache key during the post-action'
|
||||
required: false
|
||||
default: false
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue