We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644c502 commit 599ce99Copy full SHA for 599ce99
.github/workflows/notify.yaml
@@ -29,6 +29,8 @@ jobs:
29
if: ${{ github.event.workflow_run.conclusion != 'success' && (github.event.workflow_run.head_branch
30
== 'main' || github.event.workflow_run.event == 'release')}}
31
steps:
32
+ - name: Read triggering event
33
+ run: cat ${{ github.event_path }}
34
- name: Post to Slack on failure
35
run: "set -x\n\ncat - << EOF > emoji.txt\nbomb\ncat-on-keyboard\nfire\ngrim_reaper\n\
36
grumpycat\nmushroomcloud\noops\npoop\nsad-mac\nsadpanda\nskull_and_crossbones\n\
0 commit comments