From 5a69febe60a0b840e419eedf0a4701c8fbc673a5 Mon Sep 17 00:00:00 2001 From: Frederick Pruneau Date: Thu, 5 Feb 2026 14:19:08 -0500 Subject: [PATCH] Rewrote Google Chat notification --- .gitea/workflows/node-ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index 24f92aa..4bb31ba 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -36,8 +36,7 @@ jobs: webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}' jobStatus: ${{ job.status }} title: Lint failed - subtitle: ${{ job.status }} - additionalSections: '[{"header": "Additional Section", "collapsible": true, "widgets": [{"decoratedText": {"startIcon": {"knownIcon": "STAR"},"text": "${{ github.event.pull_request.html_url }}"}}] }]' + subtitle: ${{ github.job }} test: runs-on: ubuntu-24.04