From 89de29acfd0dca8a0373cb7ac53ebe603aaba2d3 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Oct 2022 18:31:39 -0500 Subject: [PATCH] additional debugging --- app/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.js b/app/main.js index ec3e296..87d4624 100644 --- a/app/main.js +++ b/app/main.js @@ -21,6 +21,7 @@ async function run () { // If this value is true, the tag will not be pushed const isDryRun = core.getBooleanInput('dry_run', { required: false }); +console.log({isDryRun}) // Extract the version number using the supplied strategy let version = core.getInput('root', { required: false })