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 c4ffe7b528
commit 32537eefb8
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' if: steps.git-auto-commit-action.outputs.changes_detected == 'true'
run: | run: |
git checkout dev 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 git push origin dev