diff --git a/.github/workflows/pr-reply.yml b/.github/workflows/pr-reply.yml index 7d342a29a..1f6a6bd0b 100644 --- a/.github/workflows/pr-reply.yml +++ b/.github/workflows/pr-reply.yml @@ -22,7 +22,7 @@ jobs: const message = `Hello @${pr.user.login}, thank you for your contribution! :tada:\n\n` + `The maintainers will review your PR soon.\n\n` + `If anyone would like to help test this PR, you can use the command:\n` + - `\`\`\`bash\nnpx kuma-pr ${pr.user.login}/${pr.head.ref}\n\`\`\`\n\n` + + `\`\`\`bash\nnpx kuma-pr ${pr.user.login}:${pr.head.ref}\n\`\`\`\n\n` + `For advanced usage, please refer to our [wiki](https://github.com/louislam/uptime-kuma/wiki/Test-Pull-Requests)`; await github.rest.issues.createComment({ issue_number: pr.number,