update webhook
This commit is contained in:
parent
048aa28238
commit
47b58f9992
2 changed files with 15 additions and 5 deletions
16
action.yml
16
action.yml
|
|
@ -5,8 +5,20 @@ branding:
|
|||
icon: 'paperclip'
|
||||
color: 'blue'
|
||||
inputs:
|
||||
msg:
|
||||
description: 'Github Event Number'
|
||||
project:
|
||||
description: 'Github Project Name'
|
||||
required: true
|
||||
commit:
|
||||
description: 'Github Commit ID'
|
||||
required: true
|
||||
branch:
|
||||
description: 'Github Branch'
|
||||
required: true
|
||||
status:
|
||||
description: 'Github Action Build Status'
|
||||
required: true
|
||||
actionid:
|
||||
description: 'Current Running Action ID'
|
||||
required: true
|
||||
webhook:
|
||||
description: 'Google Chat Webhook URL'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue