From 24d7515b9d77523b720adafd0c4ab23402eda1b2 Mon Sep 17 00:00:00 2001 From: axe312ger Date: Wed, 24 Nov 2021 16:04:33 +0100 Subject: [PATCH] fix: properly register skip flags as config option --- action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: