Skip to content

Commit

Permalink
Fix deploy preview
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 5, 2024
1 parent d578283 commit c7af8fa
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 @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.workflow_run.event == 'pull_request' || github.event.inputs.prNumber
outputs:
number: ${{ steps.pr.outputs.result }} || ${{ steps.number.outputs.pr-number || github.event.inputs.prNumber }}
number: ${{ steps.pr.outputs.result || steps.number.outputs.pr-number || github.event.inputs.prNumber }}
steps:
- run: echo '${{ toJSON(github.event) }}'
name: "debug workflow_run event"
Expand Down

0 comments on commit c7af8fa

Please sign in to comment.