chore: modify test action
[skip ci]
This commit is contained in:
parent
eaa4bc79f2
commit
10d1e0c451
1 changed files with 4 additions and 4 deletions
8
.github/workflows/clean_up.yaml
vendored
8
.github/workflows/clean_up.yaml
vendored
|
|
@ -38,11 +38,11 @@ jobs:
|
|||
uses: ./.github/actions/notify
|
||||
with:
|
||||
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
|
||||
title: CI pipeline started
|
||||
event_title: ${{ github.event.type }}
|
||||
event_author: ${{ github.event.actor.login }}
|
||||
title: CLEAN UP pipeline started
|
||||
event_title: ${{ github.event_name }}
|
||||
event_author: ${{ github.actor }}
|
||||
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 }}"
|
||||
|
||||
- name: Clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue