Skip to content

Commit

Permalink
Update sync.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryananana authored Mar 1, 2025
1 parent ba0928c commit d9a4180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
if [[ `git status "$dest" --porcelain` ]]; then
git add "$dest"
# 创建包含源仓库更新时间的提交消息
# 修复:确保使用正确的多行字符串格式
commit_msg="Update $dest from $repo_url ($branch:$src_path)
Source commit: $latest_commit_hash
Update time: $latest_commit_date
Commit message: $latest_commit_msg
Expand Down

0 comments on commit d9a4180

Please sign in to comment.