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 69eb172 commit 40d202eCopy full SHA for 40d202e
.github/workflows/dump-event-info.yml
@@ -1,4 +1,4 @@
1
-name: Dump GITHUB_EVENT_PATH
+name: Dump github.event
2
on:
3
push:
4
pull_request:
@@ -12,10 +12,6 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Test
15
- run: |
16
- ls /home/runner/work/_temp/_github_workflow/
17
- echo github.event_path = ${{github.event_path}}
18
- echo github.event_name = ${{github.event_name}}
19
- echo github.ref = ${{github.ref}}
20
- echo GITHUB_EVENT_PATH = "'$GITHUB_EVENT_PATH'"
21
- cat $GITHUB_EVENT_PATH
+ run: cat <<< "$heck"
+ env:
+ heck: ${{toJSON(github.event)}}
0 commit comments