We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d30e2d commit a584f90Copy full SHA for a584f90
1 file changed
.github/workflows/my-sync-nightly.yml
@@ -31,6 +31,8 @@ jobs:
31
32
- name: Merge into my-master
33
run: |
34
+ git config --global user.email "1053317536@qq.com"
35
+ git config --global user.name "lwlwilliam"
36
git checkout my-master
37
git merge master --no-ff -m "chore: sync with upstream/master $(date +'%Y-%m-%d')"
38
git push origin my-master
0 commit comments