chore: modify test action
[skip ci]
This commit is contained in:
parent
e703ba9184
commit
92eaf87582
1 changed files with 3 additions and 2 deletions
5
.github/workflows/clean_up.yaml
vendored
5
.github/workflows/clean_up.yaml
vendored
|
|
@ -38,10 +38,11 @@ jobs:
|
|||
uses: ./.github/actions/notify
|
||||
with:
|
||||
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
|
||||
title: CLEAN UP pipeline started
|
||||
title: "[START] CLEAN UP pipeline"
|
||||
subtitle: "${{ forgejo.repository }}"
|
||||
event_title: ${{ forgejo.event_name }}
|
||||
event_author: ${{ forgejo.actor }}
|
||||
event_body: "Filter: ${{ inputs.res_prefix }}"
|
||||
event_body: "try to remove all resources with prefix ${{ inputs.res_prefix }}"
|
||||
event_number: ${{ forgejo.run_number }}
|
||||
event_url: "https://tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/actions/runs/${{ forgejo.run_number }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue