From d9783fd835fb9d0a50382e120ea8fd212013989b Mon Sep 17 00:00:00 2001 From: Frederick Pruneau Date: Thu, 5 Feb 2026 13:02:31 -0500 Subject: [PATCH] adding Google Chat notification changes in workflow --- .gitea/workflows/node-ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index 5df486f..f9a2cba 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -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 }}' \ No newline at end of file + webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}' + jobStatus: ${{ job.status }} + title: Google Chat GitHub Action + subtitle: ${{ job.status }} \ No newline at end of file