Add option to skip uploading of cache

This commit is contained in:
Edoardo Pirovano 2022-08-09 15:11:47 +01:00
parent f4278025ab
commit 015084af58
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
5 changed files with 17 additions and 1 deletions

View file

@ -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'