notify/action.yml
2020-10-14 17:10:23 +06:30

20 lines
404 B
YAML

name: 'Google Chat Action'
author: 'D Ther Htun'
description: 'Github actions for google chat Room Bot'
branding:
icon: 'paperclip'
color: 'blue'
inputs:
msg:
description: 'Github Event Number'
required: true
webhook:
description: 'Google Chat Webhook URL'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.msg }}
- ${{ inputs.webhook }}