mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-25 09:33:04 +07:00
stripped down
This commit is contained in:
parent
5fc2c3560a
commit
838b8aeba4
@ -123,7 +123,7 @@ async function run () {
|
||||
// core.setOutput('taguri', tag.uri)
|
||||
// core.setOutput('tagmessage', tag.message)
|
||||
// core.setOutput('tagref', tag.ref)
|
||||
// } catch (error) {
|
||||
} catch (error) {
|
||||
// core.warning(error.message + '\n' + error.stack)
|
||||
// core.setOutput('tagname', '')
|
||||
// core.setOutput('tagsha', '')
|
||||
@ -131,7 +131,7 @@ async function run () {
|
||||
// core.setOutput('tagmessage', '')
|
||||
// core.setOutput('tagref', '')
|
||||
// core.setOutput('tagcreated', 'no')
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
run()
|
||||
|
Loading…
Reference in New Issue
Block a user