From fac1da639f69fc1294d9802718b34fc6843f9dfe Mon Sep 17 00:00:00 2001 From: Sal Date: Thu, 10 Aug 2023 22:59:17 -0400 Subject: [PATCH] add logging --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 7461e4f..171fad3 100644 --- a/index.js +++ b/index.js @@ -28,6 +28,7 @@ async function run() { } catch(error) { console.log("Tag was not found"); + console.log(error); } core.setOutput('exists', exists);