Skip to content

Commit a584f90

Browse files
committed
config
1 parent 3d30e2d commit a584f90

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/my-sync-nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
3232
- name: Merge into my-master
3333
run: |
34+
git config --global user.email "1053317536@qq.com"
35+
git config --global user.name "lwlwilliam"
3436
git checkout my-master
3537
git merge master --no-ff -m "chore: sync with upstream/master $(date +'%Y-%m-%d')"
3638
git push origin my-master

0 commit comments

Comments
 (0)