From 9bdf00934dc5909987161f8c2b654fb5cb33ca5d Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:24:29 +0000 Subject: [PATCH] updated strict restore default value --- restore/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore/action.yml b/restore/action.yml index c8240ea..f65d10f 100644 --- a/restore/action.yml +++ b/restore/action.yml @@ -15,7 +15,7 @@ inputs: strict-restore: description: 'Fail the workflow if the cache is not found for the given key.' required: false - default: "false" + default: "no" outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key'