mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
commit
96f237bd26
@ -1,8 +1,8 @@
|
|||||||
name: Build and compile clients
|
name: Auto-update clients
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0,12 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -46,11 +46,5 @@ jobs:
|
|||||||
id: git-auto-commit-action
|
id: git-auto-commit-action
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: 'github-actions: build and compile clients'
|
commit_message: 'github-actions[bot]: build and compile clients'
|
||||||
commit_author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
|
commit_author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
|
||||||
- name: Merge back with 'dev' branch
|
|
||||||
if: steps.git-auto-commit-action.outputs.changes_detected == 'true'
|
|
||||||
run: |
|
|
||||||
git checkout dev
|
|
||||||
git merge --rebase --allow-unrelated-histories main
|
|
||||||
git push origin dev
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user