add always run
This commit is contained in:
parent
6674ccacbc
commit
048aa28238
2 changed files with 2 additions and 0 deletions
1
.github/workflows/example.yml
vendored
1
.github/workflows/example.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue