mirror of
https://github.com/actions/cache.git
synced 2025-07-01 05:24:15 +00:00
Take input and update env var
This commit is contained in:
parent
133764e0c3
commit
a781be7251
5 changed files with 14 additions and 7 deletions
|
@ -18,6 +18,10 @@ inputs:
|
|||
description: 'Fail the workflow if the cache is not found for the given key.'
|
||||
required: false
|
||||
default: "false"
|
||||
save-cache-on-any-failure:
|
||||
description: 'Save cache despite of any failure in the build steps'
|
||||
required: false
|
||||
default: "no"
|
||||
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