Skip to content

Commit

Permalink
oscarci: fix running on master (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored Oct 7, 2024
1 parent a5801c7 commit b671e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
env:
PR_NUMBER: ${{github.event.number}}
PR_NUMBER: ${{github.event.number || '0' }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b671e6f

Please sign in to comment.