From 066d8f98ada8592078bfa471e6b1e1a922487165 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Fri, 31 Mar 2023 00:28:43 -0500 Subject: [PATCH] stripped down --- src/main.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 7fdb3c8..95523ac 100644 --- a/src/main.js +++ b/src/main.js @@ -1,4 +1,4 @@ -import * as core from '@actions/core' +// import * as core from '@actions/core' // import * as core from '@actions/core' // import os from 'os' // import semver from 'semver' @@ -10,11 +10,12 @@ import * as core from '@actions/core' async function run () { try { + console.log('test') // Setup.debug() // Setup.requireAnyEnv('GITHUB_TOKEN', 'INPUT_GITHUB_TOKEN') // Configure the default output - core.setOutput('tagcreated', 'no') + // core.setOutput('tagcreated', 'no') // // Identify the tag parsing strategy // // Use manual strategy if a version is supplied in the action config