Skip to content

Commit

Permalink
Did Deploy Preview break
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 4, 2024
1 parent 5b0c9cd commit eb8c155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
outputs:
number: ${{ steps.number.outputs.pr-number || github.event.inputs.prNumber }}
steps:
# - run: echo "${{ toJSON(github.event.workflow_run) }}"
# name: "debug workflow_run event"
- run: echo "${{ toJSON(github.event.workflow_run) }}"
name: "debug workflow_run event"
- run: echo "${{ github.event.workflow_run.pull_requests[0].number }}"
id: number

Expand Down

0 comments on commit eb8c155

Please sign in to comment.