Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe committed May 23, 2024
1 parent 15d2e24 commit 4edb8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Set up Git # 第二步:设置 Git 用户信息
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global user.name 'winchesHe'
git config --global user.email '329487092@qq.com'
- name: Clone B repository # 第三步:克隆 B 仓库并创建一个新分支
run: |
Expand Down

0 comments on commit 4edb8c2

Please sign in to comment.