chore: modify test action

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-26 16:50:46 +01:00
parent eaa4bc79f2
commit 10d1e0c451

View file

@ -38,11 +38,11 @@ jobs:
uses: ./.github/actions/notify uses: ./.github/actions/notify
with: with:
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }} webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
title: CI pipeline started title: CLEAN UP pipeline started
event_title: ${{ github.event.type }} event_title: ${{ github.event_name }}
event_author: ${{ github.event.actor.login }} event_author: ${{ github.actor }}
event_body: "Filter: ${{ inputs.res_prefix }}" event_body: "Filter: ${{ inputs.res_prefix }}"
event_number: ${{ github.event.id }} event_number: ${{ github.run_number }}
event_url: "https://tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/actions/runs/${{ github.run_id }}" event_url: "https://tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/actions/runs/${{ github.run_id }}"
- name: Clean - name: Clean