We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f5351 commit f58b78dCopy full SHA for f58b78d
.github/workflows/dispatch-event.yml
@@ -58,7 +58,7 @@ jobs:
58
59
dispatch-pr:
60
if: ${{ needs.list-pr.outputs.prs != '[]' }}
61
- name: 'Dispatch PR event - #${{ matrix.data.pull_request.number }}'
+ name: 'Dispatch PR event - #${{ matrix.data.pull_request.number || '' }}'
62
runs-on: ubuntu-latest
63
needs:
64
- list-pr
0 commit comments