From c7f89a42a20887b924caf3d64ea48a21cfbaf945 Mon Sep 17 00:00:00 2001 From: D Ther Date: Sun, 25 Oct 2020 02:42:08 +0630 Subject: [PATCH] v0.8 --- .github/workflows/example.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index a135182..abaf722 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -11,7 +11,7 @@ jobs: - run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)" id: slug - name: Chat Setup - uses: DTherHtun/google-chat-action@v0.7 + uses: DTherHtun/google-chat-action@v0.8 with: project: ${{ github.repository }} commit: ${{ steps.slug.outputs.sha8 }} diff --git a/README.md b/README.md index 47501a3..a57864f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ jobs: - run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)" id: slug - name: Chat Setup - uses: DTherHtun/google-chat-action@v0.7 + uses: DTherHtun/google-chat-action@v0.8 with: project: ${{ github.repository }} commit: ${{ steps.slug.outputs.sha8 }}