chore: modify test action
[skip ci]
This commit is contained in:
parent
c1c7ecdc1d
commit
64d443417f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tf-acc-test.yaml
vendored
4
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
|
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
|
||||||
title: Terraform Acceptance Tests started
|
title: Terraform Acceptance Tests started
|
||||||
event_title: ${{ github.event.type }}
|
event_title: ${{ github.event_name }}
|
||||||
event_author: ${{ github.actor }}
|
event_author: ${{ github.actor }}
|
||||||
event_body: ${{ inputs.test_file }}
|
event_body: ${{ inputs.test_file }}
|
||||||
event_number: ${{ github.run_id }}
|
event_number: ${{ github.run_id }}
|
||||||
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
|
webhook_url: ${{ secrets.GOOGLE_WEBHOOK_URL }}
|
||||||
title: Terraform Acceptance Tests finished
|
title: Terraform Acceptance Tests finished
|
||||||
event_title: ${{ github.event.type }}
|
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 }}"
|
||||||
event_number: ${{ github.event.id }}
|
event_number: ${{ github.event.id }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue