Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
Signed-off-by: Lee <[email protected]>
  • Loading branch information
Leetfs authored Dec 9, 2024
1 parent 136c853 commit a68ce43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-pr-preview-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
const prNumber = context.payload.pull_request.number;
const previewUrl = "${{ inputs.previewUrl }}";
const pageUrls = "${{ inputs.pageUrls }}";
const reviewBody = `🚀 预览部署完成!访问链接: ${previewUrl}\n\n✨本 PR 修改了以下页面:✨${pageUrls}`;
const reviewBody = `🚀 预览部署完成!访问链接: ${previewUrl}\n\n✨ 本 PR 修改了以下页面: ✨${pageUrls}`;
// 获取现有 review
const { data: reviews } = await github.rest.pulls.listReviews({
Expand Down

0 comments on commit a68ce43

Please sign in to comment.