1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

Update compile-clients.yml

Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
This commit is contained in:
zumbiepig 2024-09-03 15:23:39 -07:00 committed by GitHub
parent 31133b0e5a
commit 06c9389445
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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