From 5fe0b944effa8738ab8daec1fff762732a7446f4 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Tue, 29 Nov 2022 07:48:11 +0000 Subject: [PATCH] Updated variable name --- restore/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/restore/action.yml b/restore/action.yml index e319d18..602a236 100644 --- a/restore/action.yml +++ b/restore/action.yml @@ -11,10 +11,10 @@ inputs: restore-keys: description: 'An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.' required: false - strict-restore: - description: 'Fail the workflow if the cache is not found for the given key.' + exit-on-cache-miss: + description: 'Fail the workflow if the cache is not found for the primary key' required: false - default: "no" + default: false outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key'