mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-07-23 23:49:03 +07:00
Added tag output
This commit is contained in:
@ -14,7 +14,7 @@ async function run() {
|
||||
core.debug(`Working Directory: ${process.env.GITHUB_WORKSPACE}:\n${dir}`)
|
||||
core.warning(`Available environment variables:\n -> ${Object.keys(process.env).join('\n -> ')}`)
|
||||
|
||||
core.setOutput('')
|
||||
core.setOutput('tag', '')
|
||||
} catch (error) {
|
||||
core.setFailed(error.message)
|
||||
}
|
||||
|
Reference in New Issue
Block a user