1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-03 13:47:48 -07:00
parent e8e7bdef29
commit e266fe9d38
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 --no-ff ${{ steps.git-auto-commit-action.outputs.commit_hash }}
git merge --rebase ${{ steps.git-auto-commit-action.outputs.commit_hash }}
git push origin dev