From 048aa28238fb944cca3f9ba0d325a9220ba5bb0e Mon Sep 17 00:00:00 2001 From: D Ther Date: Sun, 25 Oct 2020 16:15:18 +0630 Subject: [PATCH] add always run --- .github/workflows/example.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) 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 }}