Notify via Google Chat
| .github/workflows | ||
| action.yml | ||
| docker-slimbuild | ||
| Dockerfile | ||
| main.go | ||
| README.md | ||
google-chat-action
Sample
name: Sample Testing
on: [push]
jobs:
my_job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Chat Setup
uses: DTherHtun/google-chat-action@v0.3
with:
msg: ${GITHUB_REF}
webhook: "https://chat.googleapis.co....."
OR
name: Sample Testing
on: [push]
jobs:
my_job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Chat Setup
uses: docker://dther/google-chat-action:latest
with:
msg: ${GITHUB_REF}
webhook: "https://chat.googleapis.co....."