mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-09-08 22:24:03 +07:00
Added a tagrequested output for rollback purposes.
This commit is contained in:
@ -52,6 +52,7 @@ async function run () {
|
||||
)
|
||||
|
||||
core.warning(`Attempting to create ${tag.name} tag.`)
|
||||
core.setOutput('tagrequested', tag.name)
|
||||
|
||||
// Check for existance of tag and abort (short circuit) if it already exists.
|
||||
if (await tag.exists()) {
|
||||
|
Reference in New Issue
Block a user