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 }}