From 164ae74f712a02b0116e819e3e068d108fea2c41 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:01:10 +0000 Subject: [PATCH] fixed action --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 1edf58c..0d1187c 100644 --- a/action.yml +++ b/action.yml @@ -25,6 +25,7 @@ runs: using: 'node16' main: 'dist/restore/index.js' post: 'dist/save/index.js' + post-if: 'success()' branding: icon: 'archive' color: 'gray-dark'