mirror of
https://github.com/actions/cache.git
synced 2025-04-21 03:26:46 +00:00
Only fail if no cache entry is found
This commit is contained in:
parent
d05f7e6483
commit
155f8e7a3c
7 changed files with 13 additions and 21 deletions
|
@ -19,7 +19,7 @@ inputs:
|
|||
default: 'false'
|
||||
required: false
|
||||
fail-on-cache-miss:
|
||||
description: 'Fail the workflow if the cache is not found for the primary key or no cache is found at all'
|
||||
description: 'Fail the workflow if no cache entry is not found'
|
||||
default: 'false'
|
||||
required: false
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue