chore: modify test action

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-27 09:11:21 +01:00
parent 5a5752d902
commit 66b3858351
3 changed files with 31 additions and 16 deletions

View file

@ -45,6 +45,7 @@ jobs:
with:
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
title: Terraform Acceptance Tests started
subtitle: "${{ github.repository }}"
event_title: ${{ github.event_name }}
event_author: ${{ github.actor }}
event_body: ${{ inputs.test_file }}
@ -89,6 +90,7 @@ jobs:
with:
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
title: Terraform Acceptance Tests finished
subtitle: ""
event_title: ${{ github.event_name }}
event_author: ${{ github.actor }}
event_body: "${{ steps.automatic_run.outputs.result || steps.manual_run.outputs.result }}"