Skip to content

Commit fc9a89c

Browse files
committed
update
1 parent 920beb0 commit fc9a89c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-preview.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
outputs:
9191
number: ${{ steps.number.outputs.pr-number }}
9292
steps:
93-
# - run: echo "${{ toJSON(github.event.workflow_run) }}"
93+
- run: echo "${{ toJSON(github.event.workflow_run) }}"
94+
name: "debug workflow_run event"
9495
- run: echo "${{ github.event.workflow_run.pull_requests[0].number }}"
9596
id: number
9697

0 commit comments

Comments
 (0)