diff --git a/.github/workflows/compile-clients.yml b/.github/workflows/update-clients.yml similarity index 84% rename from .github/workflows/compile-clients.yml rename to .github/workflows/update-clients.yml index 6ba2a71..9665055 100644 --- a/.github/workflows/compile-clients.yml +++ b/.github/workflows/update-clients.yml @@ -1,8 +1,8 @@ -name: Build and compile clients +name: Auto-update clients on: schedule: - - cron: '0 0 * * *' + - cron: '0 0,12 * * *' workflow_dispatch: jobs: @@ -46,11 +46,5 @@ jobs: id: git-auto-commit-action uses: stefanzweifel/git-auto-commit-action@v5 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>' - - 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 diff --git a/public/game/offline/clients/Shadow_Client.html b/public/game/offline/clients/Shadow_Client.html index d5ab2af..23e251b 100644 --- a/public/game/offline/clients/Shadow_Client.html +++ b/public/game/offline/clients/Shadow_Client.html @@ -4,7 +4,7 @@