chore: add notification action
[skip ci]
This commit is contained in:
parent
683bc64c12
commit
6e6e771631
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tf-acc-test.yaml
vendored
2
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
||||||
- name: Notify
|
- name: Notify
|
||||||
uses: ./.github/actions/notify
|
uses: ./.github/actions/notify
|
||||||
with:
|
with:
|
||||||
|
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.type }}
|
||||||
event_author: ${{ github.event.actor.login }}
|
event_author: ${{ github.event.actor.login }}
|
||||||
|
|
@ -73,6 +74,7 @@ jobs:
|
||||||
- name: Notify
|
- name: Notify
|
||||||
uses: ./.github/actions/notify
|
uses: ./.github/actions/notify
|
||||||
with:
|
with:
|
||||||
|
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.type }}
|
||||||
event_author: ${{ github.event.actor.login }}
|
event_author: ${{ github.event.actor.login }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue