add action
This commit is contained in:
parent
97b657866e
commit
94c7228bbd
1 changed files with 17 additions and 0 deletions
17
.github/workflows/example.yml
vendored
Normal file
17
.github/workflows/example.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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.com/v1/spaces/AAAAzPcAy4s/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=MmdzluicdrdkyUAV_QwB6BzlLcIhbfrwNzxVrEllaec%3D&threadKey=git-commit"
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue