Skip to content

Commit

Permalink
ci: 修改调用的仓库名
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Oct 5, 2024
1 parent 743c77a commit 2bcce7f
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 @@ -60,7 +60,7 @@ jobs:
# 第八步:获取预览链接并发送到 PR
comment_on_pr:
needs: deploy
uses: project-trans/Workflow/.github/workflows/comment-pr-preview-link.yml@main
uses: project-trans/actions/.github/workflows/comment-pr-preview-link.yml@main
secrets: inherit
with:
previewUrl: ${{ needs.deploy.outputs.preview_url }}

0 comments on commit 2bcce7f

Please sign in to comment.