Skip to content

Commit

Permalink
release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dtherhtun committed Oct 24, 2020
1 parent d72cd9b commit f68a00b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: echo ::set-output name=action_msg::Someone $GITHUB_EVENT_NAME to $GITHUB_REPOSITORY - $GITHUB_REF - commitid $GITHUB_SHA
id: txt
- name: Chat Setup
uses: DTherHtun/google-chat-action@v0.4
uses: DTherHtun/google-chat-action@v0.5
with:
msg: ${{ steps.txt.outputs.action_msg }}
webhook: "https://chat.googleapis.co....."
project: ${{ github.repository }}
commit: ${{ github.sha }}
branch: ${{ github.ref }}
status: ${{ job.status }}
actionid: ${{ github.action }}
webhook: "https://chat.googleapis.com/v1/spaces/AAAAzPcAy4s/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=MmdzluicdrdkyUAV_QwB6BzlLcIhbfrwNzxVrEllaec%3D&threadKey=git-commit"



```
OR

Expand Down

0 comments on commit f68a00b

Please sign in to comment.