We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc137aa commit 8715fa4Copy full SHA for 8715fa4
.github/workflows/sync.yml
@@ -42,8 +42,8 @@ jobs:
42
# Step 6: 配置 git 用户信息
43
- name: Set Git User Identity
44
run: |
45
- git config --local user.name "GitHub Actions Bot"
46
- git config --local user.email "actions@github.com"
+ git config --local user.name "FzKuji"
+ git config --local user.email "fzkuji@gmail.com"
47
48
# Step 7: 强制推送到目标仓库
49
- name: Push to Destination
0 commit comments