Skip to content

Commit 61a4922

Browse files
committed
chore: dummy for PR test
1 parent 3fe6947 commit 61a4922

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
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: "Debug workflow_run event"
23-
run: echo ${{ toJSON(github.event) }}
23+
run: echo "${{ toJSON(github.event) }}"
2424
- name: "Ensure related issue is present"
2525
uses: actions/github-script@v6
2626
env:

0 commit comments

Comments
 (0)