Skip to content

Commit

Permalink
Updated git merge command.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRichards-Code committed Aug 7, 2024
1 parent 65023c9 commit 847ec77
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_REPO}} ${{env.MAIN_BRANCH}}
git merge ${{env.MAIN_BRANCH}}
git push

0 comments on commit 847ec77

Please sign in to comment.