Skip to content

Commit

Permalink
Update merge-to-docs-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndSonder committed Jan 23, 2024
1 parent f602899 commit b1fa72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-to-docs-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Merge to Docs Branch
run: |
git config user.name "Aurelius84"
git config user.email "zhangliujie@baidu.com"
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git checkout docs
git merge develop --no-edit
Expand Down

0 comments on commit b1fa72d

Please sign in to comment.