first commit
This commit is contained in:
commit
16a9260572
4 changed files with 79 additions and 0 deletions
14
action.yml
Normal file
14
action.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: 'Google Chat Action'
|
||||
author: 'D Ther Htun'
|
||||
description: 'Github actions for google chat Room Bot'
|
||||
inputs:
|
||||
msg:
|
||||
description: 'Github Event Number'
|
||||
required: true
|
||||
webhook:
|
||||
description: 'Google Chat Webhook URL'
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
Loading…
Add table
Add a link
Reference in a new issue