We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44b462 commit fd3fc0fCopy full SHA for fd3fc0f
.github/workflows/on_opened_pr.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v3
22
- name: "Debug workflow_run event"
23
env:
24
- event_payload: ${{ toJSON(github.event) }}
+ event_payload: ${{ toJSON(github) }}
25
run: echo $event_payload
26
- name: "Ensure related issue is present"
27
uses: actions/github-script@v6
0 commit comments