diff --git a/.github/workflows/ci-bats-windows.yaml b/.github/workflows/ci-bats-windows.yaml index 3052ad35c6..124f1dfe28 100644 --- a/.github/workflows/ci-bats-windows.yaml +++ b/.github/workflows/ci-bats-windows.yaml @@ -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 }}"]'