stripped down

This commit is contained in:
Corey Butler 2023-03-31 00:28:43 -05:00
parent 6488749146
commit 066d8f98ad
No known key found for this signature in database
GPG Key ID: 2C6540ABFD72766C

View File

@ -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