mirror of
https://github.com/actions/cache.git
synced 2025-04-19 10:36:46 +00:00
Add dry-run option
This commit is contained in:
parent
eda4a77b7c
commit
1bb6d2503c
13 changed files with 172 additions and 25 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
|
||||
dry-run:
|
||||
description: 'Skip downloading cache. Only check if cache entry exists'
|
||||
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