We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a320ddd commit 3fe6947Copy full SHA for 3fe6947
.github/workflows/on_opened_pr.yml
@@ -19,6 +19,8 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v3
22
+ - name: "Debug workflow_run event"
23
+ run: echo ${{ toJSON(github.event) }}
24
- name: "Ensure related issue is present"
25
uses: actions/github-script@v6
26
env:
0 commit comments