new release

This commit is contained in:
D Ther 2020-10-14 17:18:19 +06:30
parent f995fc147f
commit 2a26cd1626
No known key found for this signature in database
GPG key ID: 4729D840D81DC783

View file

@ -1 +1,21 @@
# google-chat-action
Sample
```yaml
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.1
with:
msg: ${GITHUB_REF}
webhook: "https://chat.googleapis.co....."
```