new release
This commit is contained in:
parent
f995fc147f
commit
2a26cd1626
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -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....."
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue