mirror of
https://github.com/actions/cache.git
synced 2026-04-07 13:49:24 +00:00
feat: Introduced restore-only flag
This commit is contained in:
parent
668228422a
commit
e58227cd44
10 changed files with 63 additions and 5 deletions
|
|
@ -26,6 +26,10 @@ inputs:
|
|||
description: 'Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache'
|
||||
default: 'false'
|
||||
required: false
|
||||
restore-only:
|
||||
description: 'Downloads the cache if it exists, but skips saving it at the end of the job'
|
||||
default: 'false'
|
||||
required: false
|
||||
save-always:
|
||||
description: 'Run the post step to save the cache even if another step before fails'
|
||||
default: 'false'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue