1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:14:48 +00:00
This commit is contained in:
zumbiepig 2024-09-03 13:50:45 -07:00
parent 32537eefb8
commit c84f8599a9
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -52,5 +52,5 @@ jobs:
if: steps.git-auto-commit-action.outputs.changes_detected == 'true'
run: |
git checkout dev
git merge --rebase ${{ steps.git-auto-commit-action.outputs.commit_hash }}
git merge --rebase --allow-unrelated-histories main
git push origin dev