Skip to content

Commit b1fa72d

Browse files
authored
Update merge-to-docs-branch.yml
1 parent f602899 commit b1fa72d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge-to-docs-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717

1818
- name: Merge to Docs Branch
1919
run: |
20-
git config user.name "Aurelius84"
21-
git config user.email "zhangliujie@baidu.com"
20+
git config user.name "${{ github.actor }}"
21+
git config user.email "${{ github.actor }}@users.noreply.github.com"
2222
2323
git checkout docs
2424
git merge develop --no-edit

0 commit comments

Comments
 (0)