Skip to content

Commit

Permalink
fix(action): 更正拉取请求创建
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDuckStudio committed Jan 11, 2025
1 parent b591627 commit 31194e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ runs:
PR_URL=$(gh pr create --title "[${DATE_TIME}] 自动更新网站地图" \
--body "此拉取请求通过 [工作流](${WORKFLOW_URL}) 使用 [Sitemap Creator](/~https://github.com/DuckDuckStudio/Sitemap_Creator) 创建。" \
--base ${{ inputs.base_branch }} \
--head $BRANCH_NAME
--head $BRANCH_NAME)
echo "[INFO] 已创建拉取请求: $PR_URL"
Expand Down

0 comments on commit 31194e8

Please sign in to comment.