mirror of
https://github.com/actions/cache.git
synced 2025-07-01 13:34:15 +00:00
Changed input value
This commit is contained in:
parent
c451e92c29
commit
78b088d460
3 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ inputs:
|
|||
strict-restore:
|
||||
description: 'Fail the workflow if the cache is not found for the given key.'
|
||||
required: false
|
||||
default: "false"
|
||||
default: "no"
|
||||
save-cache-on-any-failure:
|
||||
description: 'Save cache despite of any failure in the build steps'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue