Skip to content

Commit 599ce99

Browse files
committed
Update workflows from templates.
1 parent 644c502 commit 599ce99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/notify.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
if: ${{ github.event.workflow_run.conclusion != 'success' && (github.event.workflow_run.head_branch
3030
== 'main' || github.event.workflow_run.event == 'release')}}
3131
steps:
32+
- name: Read triggering event
33+
run: cat ${{ github.event_path }}
3234
- name: Post to Slack on failure
3335
run: "set -x\n\ncat - << EOF > emoji.txt\nbomb\ncat-on-keyboard\nfire\ngrim_reaper\n\
3436
grumpycat\nmushroomcloud\noops\npoop\nsad-mac\nsadpanda\nskull_and_crossbones\n\

0 commit comments

Comments
 (0)