mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
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:
parent
61fb0be021
commit
24652d07b6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci-notification.yml
vendored
3
.github/workflows/ci-notification.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue