chore: modify test action
[skip ci]
This commit is contained in:
parent
06e61f2b3a
commit
1c3ba8f65e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tf-acc-test.yaml
vendored
6
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
uses: ./.github/actions/notify
|
uses: ./.github/actions/notify
|
||||||
with:
|
with:
|
||||||
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
|
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
|
||||||
title: Terraform Acceptance Tests started
|
title: [START] Terraform Acceptance Tests
|
||||||
subtitle: "${{ github.repository }}"
|
subtitle: "${{ github.repository }}"
|
||||||
event_title: ${{ github.event_name }}
|
event_title: ${{ github.event_name }}
|
||||||
event_author: ${{ github.actor }}
|
event_author: ${{ github.actor }}
|
||||||
|
|
@ -90,8 +90,8 @@ jobs:
|
||||||
uses: ./.github/actions/notify
|
uses: ./.github/actions/notify
|
||||||
with:
|
with:
|
||||||
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
|
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
|
||||||
title: Terraform Acceptance Tests finished
|
title: [END] Terraform Acceptance Tests
|
||||||
subtitle: ""
|
subtitle: ${{ (steps.manual_run.outputs.status || steps.automatic_run.outputs.status) }}
|
||||||
event_title: ${{ github.event_name }}
|
event_title: ${{ github.event_name }}
|
||||||
event_author: ${{ github.actor }}
|
event_author: ${{ github.actor }}
|
||||||
event_body: "${{ steps.automatic_run.outputs.result || steps.manual_run.outputs.result }}"
|
event_body: "${{ steps.automatic_run.outputs.result || steps.manual_run.outputs.result }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue