From 82174f3e1fbcbbc68bd7083e2f62354354ac18c7 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:44:48 +0000 Subject: [PATCH] Added default value to strict restore input --- restore/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/restore/action.yml b/restore/action.yml index e2292f6..c8240ea 100644 --- a/restore/action.yml +++ b/restore/action.yml @@ -15,6 +15,7 @@ inputs: strict-restore: description: 'Fail the workflow if the cache is not found for the given key.' required: false + default: "false" outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key'