add always run

This commit is contained in:
D Ther 2020-10-25 16:15:18 +06:30
parent 6674ccacbc
commit 048aa28238
No known key found for this signature in database
GPG key ID: 4729D840D81DC783
2 changed files with 2 additions and 0 deletions

View file

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

View file

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