14 lines
298 B
YAML
14 lines
298 B
YAML
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'
|