From 8c4782cf3355d7fb85b08ac845aaf0f32154bda3 Mon Sep 17 00:00:00 2001
From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
Date: Mon, 21 Nov 2022 08:40:45 +0000
Subject: [PATCH] Corrected variable name

---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index d82670b..95115bf 100644
--- a/action.yml
+++ b/action.yml
@@ -18,7 +18,7 @@ inputs:
     description: 'Fail the workflow if the cache is not found for the given key.'
     required: false
     default: "false"
-  save-on-failure:
+  save-cache-on-any-failure:
     description: 'Save build cache despite of failure in the job'
     default: "false"
 outputs: