From 70b795fcaf80821aca2749f652f69d9f5ee96946 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:44:09 +0530 Subject: [PATCH] Update action.yml --- save/action.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/save/action.yml b/save/action.yml index 2835622..1244748 100644 --- a/save/action.yml +++ b/save/action.yml @@ -14,14 +14,6 @@ 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'