chore: add notifications

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-25 13:52:47 +01:00
parent 0b5e15d1c5
commit 413dbd6f50
2 changed files with 26 additions and 0 deletions

View file

@ -34,6 +34,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Notify Google Chat
if: ${{ always() }} # Use always to ensure that the notification is also send on failure of former steps
uses: SimonScholz/google-chat-action@main
with:
webhookUrl: '${{ secrets.GOOGLE_WEBHOOK_URL }}'
jobStatus: '${{ job.status }}'
title: CI pipeline
subtitle: "on: ${{ github.event_name }} \n<br />with filter prefix: ${{ inputs.res_prefix }}"
- name: Notify
uses: ./.github/actions/notify
with: