From b13da8df4b2a0986e60d5e23a3b69e9aeabb6567 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 4 Aug 2022 01:01:33 +0000 Subject: [PATCH] finish --- action.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.js b/action.js index dca4153..91fa150 100755 --- a/action.js +++ b/action.js @@ -243,4 +243,6 @@ try { } catch (error) { core.setFailed(error.message); } + +console.log('Finishing action.js') })()