From f68a00b3101d0f52e8330a497a0b96774787137a Mon Sep 17 00:00:00 2001 From: D Ther Date: Sun, 25 Oct 2020 01:28:17 +0630 Subject: [PATCH] release v0.5 --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bad2994..6ccfd6d 100644 --- a/README.md +++ b/README.md @@ -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