update version
This commit is contained in:
parent
2a26cd1626
commit
2fb1268c99
2 changed files with 21 additions and 2 deletions
21
README.md
21
README.md
|
|
@ -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....."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue