Skip to content

Commit fd3fc0f

Browse files
committed
chore: print full workflow event depth
1 parent b44b462 commit fd3fc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_opened_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- name: "Debug workflow_run event"
2323
env:
24-
event_payload: ${{ toJSON(github.event) }}
24+
event_payload: ${{ toJSON(github) }}
2525
run: echo $event_payload
2626
- name: "Ensure related issue is present"
2727
uses: actions/github-script@v6

0 commit comments

Comments
 (0)