From a84d3daa6ee483aa56cd038b96ca5ae87c25a725 Mon Sep 17 00:00:00 2001 From: Bar Nuri Date: Tue, 13 Aug 2024 10:40:08 +0300 Subject: [PATCH] fix-save-always --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 14f247f..2f658a3 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: using: 'node20' main: 'dist/restore/index.js' post: 'dist/save/index.js' - post-if: "success() || github.event.inputs.save-always" + post-if: "success() || github.event.inputs.save-always == 'true' || github.event.inputs.save-always == true" branding: icon: 'archive' color: 'gray-dark'