From 669cfd8474c0579c1b5302e8454fd67a54642762 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 27 Jun 2021 17:54:34 +0100 Subject: [PATCH] Remove third equal --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1c9e8fc..9b2e657 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: using: "node12" main: "dist/restore/index.js" post: "dist/save/index.js" - post-if: "success() || env.INPUT_CACHE_ON_FAILURE === 'true'" + post-if: "success() || env.INPUT_CACHE_ON_FAILURE == 'true'" branding: icon: "archive" color: "gray-dark"