diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 3dd10b0..c53a228 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -11,6 +11,7 @@ jobs: - run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)" id: slug - name: Chat Setup + if: ${{ always() }} uses: DTherHtun/google-chat-action@v0.8 with: project: ${{ github.repository }} diff --git a/README.md b/README.md index 2c658c1..bd2d92d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ jobs: - run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)" id: slug - name: Chat Setup + if: ${{ always() }} uses: DTherHtun/google-chat-action@v0.8 with: project: ${{ github.repository }}