Rewrote Google Chat notification

This commit is contained in:
Frédérick Pruneau 2026-02-05 14:19:08 -05:00
parent 3e12cc6424
commit 5a69febe60
Signed by: fred
SSH Key Fingerprint: SHA256:NE8ZTR2qtoXf35Rq2m2y6PQA0sIUFPVTEIsGwG9FsXk

View File

@ -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