|
|
@ -14,6 +14,10 @@ inputs:
|
|
|
|
upload-chunk-size:
|
|
|
|
upload-chunk-size:
|
|
|
|
description: 'The chunk size used to split up large files during upload, in bytes'
|
|
|
|
description: 'The chunk size used to split up large files during upload, in bytes'
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
|
|
|
|
strict-restore:
|
|
|
|
|
|
|
|
description: 'Fail the workflow if the cache is not found for the given key.'
|
|
|
|
|
|
|
|
required: false
|
|
|
|
|
|
|
|
default: "false"
|
|
|
|
outputs:
|
|
|
|
outputs:
|
|
|
|
cache-hit:
|
|
|
|
cache-hit:
|
|
|
|
description: 'A boolean value to indicate an exact match was found for the primary key'
|
|
|
|
description: 'A boolean value to indicate an exact match was found for the primary key'
|
|
|
|