Skip to content

Commit

Permalink
Update deploy preview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 12, 2024
1 parent 1e8fc1f commit 560440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
outputs:
number: ${{ steps.number.outputs.pr-number }}
steps:
- run: echo "${{ toJSON(github.event.workflow_run) }}"
# - run: echo "${{ toJSON(github.event.workflow_run) }}"
- run: echo "${{ github.event.workflow_run.pull_requests[0].number }}"
id: number

Expand Down

0 comments on commit 560440a

Please sign in to comment.