first commit

This commit is contained in:
D Ther 2020-10-14 16:17:09 +06:30
commit 16a9260572
No known key found for this signature in database
GPG key ID: 4729D840D81DC783
4 changed files with 79 additions and 0 deletions

14
action.yml Normal file
View 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'