diff --git a/action.yml b/action.yml index 323a4bd1a..6c1f37c14 100644 --- a/action.yml +++ b/action.yml @@ -11,8 +11,11 @@ inputs: restore-keys: description: 'An ordered list of keys to use for restoring the cache if no cache hit occurred for key' required: false - upload-chunk-size: - description: 'The chunk size used to split up large files during upload, in bytes' + skip-save: + description: 'Skip saving of the cache. Useful if you only want to restore the files of another build / job.' + required: false + skip-restore: + description: 'Skip restoring of the cache. Useful if you want to create the cache, but never rely on any old/existing files.' required: false outputs: cache-hit: