notify/action.yml
2020-10-25 02:33:53 +06:30

24 lines
591 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: 'docker://docker.pkg.github.com/dtherhtun/google-chat-action/google-chat-action:v0.6'
args:
- ${{ inputs.project }}
- ${{ inputs.commit }}
- ${{ inputs.branch }}
- ${{ inputs.status }}
- ${{ inputs.actionid }}
- ${{ inputs.webhook }}