mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-07 00:39:44 -06:00
/.github/workflows/ci-bats-windows.yaml: use bats email template
This commit is contained in:
2
.github/workflows/ci-bats-windows.yaml
vendored
2
.github/workflows/ci-bats-windows.yaml
vendored
@@ -170,6 +170,7 @@ jobs:
|
||||
with:
|
||||
region: us-west-2
|
||||
version: ${{ github.head_ref }}
|
||||
template: 'BatsWindowsFailureTemplate'
|
||||
toAddresses: '["${{ github.event.inputs.email }}"]'
|
||||
- name: Send Email
|
||||
if: ${{ github.event_name == 'repository_dispatch' }}
|
||||
@@ -177,4 +178,5 @@ jobs:
|
||||
with:
|
||||
region: us-west-2
|
||||
version: ${{ github.event.client_payload.ref }}
|
||||
template: 'BatsWindowsFailureTemplate'
|
||||
toAddresses: '["${{ github.event.client_payload.actor_email }}"]'
|
||||
|
||||
Reference in New Issue
Block a user