Skip to content

Commit

Permalink
Update m2p.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LY-Xiang committed Aug 11, 2024
1 parent c45e171 commit f5da8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/m2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fetch-depth: 0
- name: Merge and Push
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
# git config user.name "github-actions[bot]"
# git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout gh-pages
git merge main -m "sync from branch main"
git push
Expand Down

0 comments on commit f5da8bf

Please sign in to comment.