Skip to content

Commit

Permalink
Optimize deployment workflow in build-pr.yml: Update preview comment …
Browse files Browse the repository at this point in the history
…with link label
  • Loading branch information
Leetfs committed Sep 19, 2024
1 parent 97fe4b2 commit 029375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
script: |
const prNumber = context.payload.pull_request.number;
const previewUrl = `${{ steps.deploy.outputs.url }}`;
const comment = `🚀 预览部署完成!\n\n 访问链接: ${previewUrl}`;
const comment = `🚀 预览部署完成!\n\n 🔗访问链接: ${previewUrl}`;
github.rest.issues.createComment({
issue_number: prNumber,
owner: context.repo.owner,
Expand Down

0 comments on commit 029375a

Please sign in to comment.