Skip to content

Commit 560440a

Browse files
committed
Update deploy preview workflow
1 parent 1e8fc1f commit 560440a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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) }}"
9494
- run: echo "${{ github.event.workflow_run.pull_requests[0].number }}"
9595
id: number
9696

0 commit comments

Comments
 (0)