Skip to content

Commit 42f0e2b

Browse files
committed
update
1 parent f58b78d commit 42f0e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/list-pr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
const pr_urls = prs.map(pr => pr.html_url);
7070
core.info(`prs: ${pr_urls.join("\n")}`);
7171
} else {
72-
core.warning("No PR found");
72+
core.warning("No pull requests found!");
7373
}
7474
7575
const result = prs.map(pr => ({

.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)