adding Google Chat notification changes in workflow
This commit is contained in:
parent
5e052b1d62
commit
d9783fd835
|
|
@ -42,3 +42,6 @@ jobs:
|
||||||
uses: SimonScholz/google-chat-action@3b3519e5102dba8aa5046fd711c4b553586409bb # v1.1.0
|
uses: SimonScholz/google-chat-action@3b3519e5102dba8aa5046fd711c4b553586409bb # v1.1.0
|
||||||
with:
|
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