diff --git a/.github/workflows/MergeMainIntoConsole.yml b/.github/workflows/MergeMainIntoConsole.yml index fd40be7b..510a4d4f 100644 --- a/.github/workflows/MergeMainIntoConsole.yml +++ b/.github/workflows/MergeMainIntoConsole.yml @@ -29,5 +29,5 @@ jobs: git config user.name "Automerge Bot" git config user.email "bot@example.com" git config pull.rebase false - git merge ${{env.MAIN_BRANCH}} + git merge origin/${{env.MAIN_BRANCH}} git push