From b9eb39ff87dd07e49ac8e7edd9932c5453f26907 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Tue, 1 Mar 2022 12:09:42 -0800 Subject: [PATCH] /.github/workflows/ci-bats-windows.yaml: use bats email template --- .github/workflows/ci-bats-windows.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }}"]'