mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
Added tag output
This commit is contained in:
parent
ae6ad23726
commit
0dd9bcfd82
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user