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 61a4922 commit b44b462Copy full SHA for b44b462
.github/workflows/on_opened_pr.yml
@@ -20,7 +20,9 @@ jobs:
20
steps:
21
- uses: actions/checkout@v3
22
- name: "Debug workflow_run event"
23
- run: echo "${{ toJSON(github.event) }}"
+ env:
24
+ event_payload: ${{ toJSON(github.event) }}
25
+ run: echo $event_payload
26
- name: "Ensure related issue is present"
27
uses: actions/github-script@v6
28
env:
0 commit comments