Skip to content

Commit f58b78d

Browse files
committed
update
1 parent f1f5351 commit f58b78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch-event.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
dispatch-pr:
6060
if: ${{ needs.list-pr.outputs.prs != '[]' }}
61-
name: 'Dispatch PR event - #${{ matrix.data.pull_request.number }}'
61+
name: 'Dispatch PR event - #${{ matrix.data.pull_request.number || '' }}'
6262
runs-on: ubuntu-latest
6363
needs:
6464
- list-pr

0 commit comments

Comments
 (0)