Skip to content

Commit

Permalink
fix: properly register skip flags as config option
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Nov 24, 2021
1 parent cc199df commit 24d7515
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 24d7515

Please sign in to comment.