From 2148f218e501d8026699bf5d47a181fada745991 Mon Sep 17 00:00:00 2001 From: Frederick Pruneau Date: Thu, 5 Feb 2026 14:26:29 -0500 Subject: [PATCH] Rewrote Google Chat notification --- .gitea/workflows/node-ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index 0736c3e..e880086 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -36,7 +36,6 @@ jobs: webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}' jobStatus: ${{ job.status }} title: Lint failed - subtitle: ${{ github.repository }} test: runs-on: ubuntu-24.04 @@ -62,5 +61,4 @@ jobs: with: webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}' jobStatus: ${{ job.status }} - title: Test failed - subtitle: ${{ job.status }} \ No newline at end of file + title: Test failed \ No newline at end of file