mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-24 00:04:45 +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