mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-06-10 14:11:12 +00:00
Add option to skip uploading of cache
This commit is contained in:
parent
f4278025ab
commit
015084af58
5 changed files with 17 additions and 1 deletions
|
@ -14,6 +14,10 @@ inputs:
|
|||
upload-chunk-size:
|
||||
description: 'The chunk size used to split up large files during upload, in bytes'
|
||||
required: false
|
||||
skip-upload:
|
||||
description: 'Set this to true to skip uploading the cache at the end even if we got a miss'
|
||||
required: false
|
||||
default: 'false'
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue