chore: add notification action

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-25 12:17:16 +01:00
parent 683bc64c12
commit 6e6e771631

View file

@ -33,6 +33,7 @@ jobs:
- name: Notify
uses: ./.github/actions/notify
with:
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
title: Terraform Acceptance Tests started
event_title: ${{ github.event.type }}
event_author: ${{ github.event.actor.login }}
@ -73,6 +74,7 @@ jobs:
- name: Notify
uses: ./.github/actions/notify
with:
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
title: Terraform Acceptance Tests finished
event_title: ${{ github.event.type }}
event_author: ${{ github.event.actor.login }}