From 97382073c84c8425ee9c0b4484a1e1452cf36944 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:44:26 +0530 Subject: [PATCH] Update action.yml --- restore/action.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/restore/action.yml b/restore/action.yml index 7f27be0..87319d3 100644 --- a/restore/action.yml +++ b/restore/action.yml @@ -15,14 +15,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'