adding Google Chat notification changes in workflow
This commit is contained in:
parent
5e052b1d62
commit
d9783fd835
|
|
@ -41,4 +41,7 @@ jobs:
|
|||
if: ${{ always() }} # Use always to ensure that the notification is also send on failure of former steps
|
||||
uses: SimonScholz/google-chat-action@3b3519e5102dba8aa5046fd711c4b553586409bb # v1.1.0
|
||||
with:
|
||||
webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}'
|
||||
webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}'
|
||||
jobStatus: ${{ job.status }}
|
||||
title: Google Chat GitHub Action
|
||||
subtitle: ${{ job.status }}
|
||||
Loading…
Reference in New Issue
Block a user