From c1a4468eba0c80a14b68e828e434f595682c9997 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:08:47 +0530 Subject: [PATCH] Update action.yml --- save/action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/save/action.yml b/save/action.yml index 90f681d..a17e9c2 100644 --- a/save/action.yml +++ b/save/action.yml @@ -14,6 +14,14 @@ inputs: upload-chunk-size: description: 'The chunk size used to split up large files during upload, in bytes' required: false + skip-save: + description: 'To save cache after the build or not' + required: false + default: 'no' + skip-restore: + description: 'To restore cache before the build or not' + required: false + default: 'no' outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key'