mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
remove message overwrite
This commit is contained in:
parent
ade8d2e19b
commit
660cf9fdb4
@ -72,8 +72,8 @@ async function run () {
|
||||
return
|
||||
}
|
||||
|
||||
// The tag setter will autocorrect the message if necessary.
|
||||
tag.message = core.getInput('tag_message', { required: false }).trim()
|
||||
// // The tag setter will autocorrect the message if necessary.
|
||||
// tag.message = core.getInput('tag_message', { required: false }).trim()
|
||||
await tag.push()
|
||||
|
||||
core.setOutput('tagname', tag.name)
|
||||
|
Loading…
Reference in New Issue
Block a user