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:57:27 -07:00 committed by GitHub
parent 4b7b265d4b
commit c43c1094f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,8 @@ jobs:
- name: Merge back with 'dev' branch
if: steps.git-auto-commit-action.outputs.changes_detected == 'true'
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout dev
git merge --allow-unrelated-histories ${{ steps.git-auto-commit-action.outputs.commit_hash }}
git push origin dev