We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f602899 commit b1fa72dCopy full SHA for b1fa72d
1 file changed
.github/workflows/merge-to-docs-branch.yml
@@ -17,8 +17,8 @@ jobs:
17
18
- name: Merge to Docs Branch
19
run: |
20
- git config user.name "Aurelius84"
21
- git config user.email "zhangliujie@baidu.com"
+ git config user.name "${{ github.actor }}"
+ git config user.email "${{ github.actor }}@users.noreply.github.com"
22
23
git checkout docs
24
git merge develop --no-edit
0 commit comments