Skip to content

Commit

Permalink
test mes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtherhtun committed Oct 14, 2020
1 parent 08b62fe commit b5773af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ 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: docker://dther/google-chat-action:latest
uses: DTherHtun/google-chat-action@v0.3
with:
msg: someone $GITHUB_EVENT_NAME to $GITHUB_REPOSITORY - $GITHUB_REF - commitid $GITHUB_SHA
msg: ${{ steps.txt.outputs.action_msg }}
webhook: "https://chat.googleapis.com/v1/spaces/AAAAzPcAy4s/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=MmdzluicdrdkyUAV_QwB6BzlLcIhbfrwNzxVrEllaec%3D&threadKey=git-commit"


0 comments on commit b5773af

Please sign in to comment.