Skip to content

Commit 57b41f8

Browse files
authored
Update sync_with_upstream.yml
1 parent 1ff7685 commit 57b41f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sync_with_upstream.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
with:
1515
fetch-depth: 0 # 获取完整的历史记录
1616

17-
17+
- name: Set Git Config
18+
run: |
19+
git config --local user.email "admin@leongo.com"
20+
git config --local user.name "Leon"
1821
1922
- name: Sync with Upstream
2023
run: |

0 commit comments

Comments
 (0)