|
|
@ -12,9 +12,6 @@ inputs:
|
|
|
|
restore-keys:
|
|
|
|
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.'
|
|
|
|
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
|
|
|
|
required: false
|
|
|
|
upload-chunk-size:
|
|
|
|
|
|
|
|
description: 'The chunk size used to split up large files during upload, in bytes'
|
|
|
|
|
|
|
|
required: 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'
|
|
|
|