adding Google Chat notification changes in workflow

This commit is contained in:
Frédérick Pruneau 2026-02-05 13:02:31 -05:00
parent 5e052b1d62
commit d9783fd835
Signed by: fred
SSH Key Fingerprint: SHA256:NE8ZTR2qtoXf35Rq2m2y6PQA0sIUFPVTEIsGwG9FsXk

View File

@ -41,4 +41,7 @@ jobs:
if: ${{ always() }} # Use always to ensure that the notification is also send on failure of former steps 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 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 }}