diff --git a/.github/workflows/m2p.yml b/.github/workflows/m2p.yml index 9ae70c76..967f64d5 100644 --- a/.github/workflows/m2p.yml +++ b/.github/workflows/m2p.yml @@ -19,6 +19,6 @@ jobs: git config user.name "Mdr-C-Tutorial" git config user.email "2972853299@qq.com" git checkout gh-pages - git merge main -m "sync from branch main" + git merge main -m "Merge branch 'main' into gh-pages" git push