mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-09-08 06:04:05 +07:00
Added tagref output
This commit is contained in:
@ -174,6 +174,7 @@ async function run() {
|
||||
core.setOutput('tagsha', newTag.data.sha)
|
||||
core.setOutput('taguri', newReference.data.url)
|
||||
core.setOutput('tagmessage', tagMsg.trim())
|
||||
core.setOutput('tagref', newReference.data.ref)
|
||||
}
|
||||
} catch (error) {
|
||||
core.warning(error.message)
|
||||
@ -181,6 +182,7 @@ async function run() {
|
||||
core.setOutput('tagsha', '')
|
||||
core.setOutput('taguri', '')
|
||||
core.setOutput('tagmessage', '')
|
||||
core.setOutput('tagref', '')
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user