chore: modify test action
[skip ci]
This commit is contained in:
parent
5828ce3a77
commit
a92d0febcd
2 changed files with 40 additions and 4 deletions
2
.github/workflows/clean_up.yaml
vendored
2
.github/workflows/clean_up.yaml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
subtitle: "${{ forgejo.repository }}"
|
||||
event_title: ${{ forgejo.event_name }}
|
||||
event_author: ${{ forgejo.actor }}
|
||||
event_body: "try to remove all resources with prefix ${{ inputs.res_prefix }}"
|
||||
event_body: "count before cleaning: ${{ steps.clean.outputs.pre_count }} <br /> count after cleaning: ${{ steps.clean.outputs.post_count }}"
|
||||
event_number: ${{ forgejo.run_number }}
|
||||
event_url: "https://tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/actions/runs/${{ forgejo.run_number }}"
|
||||
status: ${{ steps.clean.outcome == 'success' && 'SUCCESS' || 'FAILURE' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue