mirror of
https://github.com/actions/cache.git
synced 2026-07-03 05:39:30 +00:00
feat: Introduced restore-only flag
This commit is contained in:
parent
55cc834586
commit
ed7b7dd218
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