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