github: cat the check_suite payload

Seeing spurious emails being sent when rerunning tasks. Maybe
the event contains some details.
This commit is contained in:
Arne Welzel 2023-01-27 18:23:58 +01:00
parent 61fb0be021
commit 24652d07b6

View file

@ -7,6 +7,9 @@ jobs:
if: github.repository == 'zeek/zeek' if: github.repository == 'zeek/zeek'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Show the event
run: cat "$GITHUB_EVENT_PATH" || true
- name: Send CI Email Notification - name: Send CI Email Notification
uses: zeek/ci-email-action@master uses: zeek/ci-email-action@master
env: env: