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:
parent
4b7b265d4b
commit
c43c1094f0
2
.github/workflows/compile-clients.yml
vendored
2
.github/workflows/compile-clients.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user