Skip to content

Commit

Permalink
Updated git merge ref location.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRichards-Code committed Aug 7, 2024
1 parent 847ec77 commit 1cd3edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MergeMainIntoConsole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
git config user.name "Automerge Bot"
git config user.email "[email protected]"
git config pull.rebase false
git merge ${{env.MAIN_BRANCH}}
git merge origin/${{env.MAIN_BRANCH}}
git push

0 comments on commit 1cd3edc

Please sign in to comment.