mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-25 09:33:04 +07:00
stripped down
This commit is contained in:
parent
6488749146
commit
066d8f98ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user