update version

This commit is contained in:
D Ther 2020-10-14 17:22:58 +06:30
parent 2a26cd1626
commit 2fb1268c99
No known key found for this signature in database
GPG key ID: 4729D840D81DC783
2 changed files with 21 additions and 2 deletions

View file

@ -14,7 +14,26 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Chat Setup
uses: DTherHtun/google-chat-action@v0.1
uses: DTherHtun/google-chat-action@v0.2
with:
msg: ${GITHUB_REF}
webhook: "https://chat.googleapis.co....."
```
OR
```yaml
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....."