diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 370fcb8..3d40918 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -26,5 +26,5 @@ jobs: # Neither forget the -b opt, # remember to change branch name such as "master" or "main" - git merge --no-edit upstream/main - git push origin main + git merge --no-edit upstream/master + git push origin master