Skip to content

Commit 8715fa4

Browse files
authored
Update sync.yml
1 parent dc137aa commit 8715fa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
# Step 6: 配置 git 用户信息
4343
- name: Set Git User Identity
4444
run: |
45-
git config --local user.name "GitHub Actions Bot"
46-
git config --local user.email "actions@github.com"
45+
git config --local user.name "FzKuji"
46+
git config --local user.email "fzkuji@gmail.com"
4747
4848
# Step 7: 强制推送到目标仓库
4949
- name: Push to Destination

0 commit comments

Comments
 (0)