Skip to content

Commit 3fe6947

Browse files
committed
chore(ci): confirm workflow_run event
1 parent a320ddd commit 3fe6947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on_opened_pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v3
22+
- name: "Debug workflow_run event"
23+
run: echo ${{ toJSON(github.event) }}
2224
- name: "Ensure related issue is present"
2325
uses: actions/github-script@v6
2426
env:

0 commit comments

Comments
 (0)