This commit is contained in:
parent
d5b203cb65
commit
c9f0fc3d86
3 changed files with 39 additions and 85 deletions
16
action.yml
16
action.yml
|
|
@ -5,17 +5,14 @@ branding:
|
|||
icon: 'at-sign'
|
||||
color: 'green'
|
||||
inputs:
|
||||
project:
|
||||
description: 'Github Project Name'
|
||||
autor:
|
||||
description: 'Git Action Author'
|
||||
required: true
|
||||
commit:
|
||||
description: 'Github Commit ID'
|
||||
required: true
|
||||
branch:
|
||||
description: 'Github Branch'
|
||||
giturl:
|
||||
description: 'Git Server URL'
|
||||
required: true
|
||||
status:
|
||||
description: 'Github Action Build Status'
|
||||
description: 'Git Action Build Status'
|
||||
required: true
|
||||
actionid:
|
||||
description: 'Current Running Action ID'
|
||||
|
|
@ -23,6 +20,9 @@ inputs:
|
|||
webhook:
|
||||
description: 'Google Chat Webhook URL'
|
||||
required: true
|
||||
event_body:
|
||||
description: 'Google Chat Event Body'
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue