From 7f38979c61193b0458e81106d544f0818230343b Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Fri, 31 Mar 2023 00:22:14 -0500 Subject: [PATCH] stripped down --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index fef6de9..26e9c90 100644 --- a/src/main.js +++ b/src/main.js @@ -9,8 +9,8 @@ import * as core from '@actions/core' async function run () { try { - Setup.debug() - Setup.requireAnyEnv('GITHUB_TOKEN', 'INPUT_GITHUB_TOKEN') + // Setup.debug() + // Setup.requireAnyEnv('GITHUB_TOKEN', 'INPUT_GITHUB_TOKEN') // Configure the default output core.setOutput('tagcreated', 'no')