Skip to content

Commit

Permalink
ci: 修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Oct 4, 2024
1 parent 34ae7aa commit cc1b774
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 @@ -58,7 +58,7 @@ jobs:
with:
script: |
const prNumber = context.payload.pull_request.number;
const previewUrl = `{{ steps.deploy.outputs.url }}`;
const previewUrl = `${{ steps.deploy.outputs.url }}`;
const commentBody = `🚀 预览部署完成! 访问链接: ${previewUrl}`;
// 获取现有评论
const { data: comments } = await github.rest.issues.listComments({
Expand Down

0 comments on commit cc1b774

Please sign in to comment.