Skip to content

Commit b44b462

Browse files
committed
chore: print full event depth
1 parent 61a4922 commit b44b462

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on_opened_pr.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: "Debug workflow_run event"
23-
run: echo "${{ toJSON(github.event) }}"
23+
env:
24+
event_payload: ${{ toJSON(github.event) }}
25+
run: echo $event_payload
2426
- name: "Ensure related issue is present"
2527
uses: actions/github-script@v6
2628
env:

0 commit comments

Comments
 (0)