From 24652d07b6afd1b5676a927908075ae9fb621c96 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Fri, 27 Jan 2023 18:23:58 +0100 Subject: [PATCH] github: cat the check_suite payload Seeing spurious emails being sent when rerunning tasks. Maybe the event contains some details. --- .github/workflows/ci-notification.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-notification.yml b/.github/workflows/ci-notification.yml index b0966ab2eb..e805e86664 100644 --- a/.github/workflows/ci-notification.yml +++ b/.github/workflows/ci-notification.yml @@ -7,6 +7,9 @@ jobs: if: github.repository == 'zeek/zeek' runs-on: ubuntu-latest steps: + - name: Show the event + run: cat "$GITHUB_EVENT_PATH" || true + - name: Send CI Email Notification uses: zeek/ci-email-action@master env: