Skip to content

Commit

Permalink
Update m2p.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LY-Xiang authored Aug 11, 2024
1 parent 4838d73 commit 236f266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/m2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# git config user.name "github-actions[bot]"
# git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
gh auth setup-git
git config user.name "Mdr-C-Tutorial"
git config user.email "2972853299@qq.com"
# gh auth setup-git
git checkout gh-pages
git merge main -m "sync from branch main"
git push
Expand Down

0 comments on commit 236f266

Please sign in to comment.