mirror of
https://github.com/actions/cache.git
synced 2024-11-10 06:31:07 +07:00
Updated variable name
This commit is contained in:
parent
69b8227b27
commit
5fe0b944ef
@ -11,10 +11,10 @@ inputs:
|
||||
restore-keys:
|
||||
description: 'An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
|
||||
required: false
|
||||
strict-restore:
|
||||
description: 'Fail the workflow if the cache is not found for the given key.'
|
||||
exit-on-cache-miss:
|
||||
description: 'Fail the workflow if the cache is not found for the primary key'
|
||||
required: false
|
||||
default: "no"
|
||||
default: false
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
|
Loading…
Reference in New Issue
Block a user