diff --git a/action.yml b/action.yml index 160815f..1edf58c 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,10 @@ inputs: upload-chunk-size: description: 'The chunk size used to split up large files during upload, in bytes' required: false + strict-restore: + description: 'Fail the workflow if the cache is not found for the given key.' + required: false + default: "false" outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key'