mirror of
https://github.com/actions/cache.git
synced 2025-04-21 03:26:46 +00:00
Add fail-on-cache-miss option
This commit is contained in:
parent
6fd2d4538c
commit
a5631aba37
11 changed files with 124 additions and 11 deletions
|
@ -11,6 +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
|
||||
fail-on-cache-miss:
|
||||
description: 'Fail the workflow if the cache is not found for the primary key'
|
||||
required: false
|
||||
default: "false"
|
||||
upload-chunk-size:
|
||||
description: 'The chunk size used to split up large files during upload, in bytes'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue