From 9570d24a03601a11a753d16edcdb77deecb629c5 Mon Sep 17 00:00:00 2001 From: lilith Date: Wed, 8 Jan 2025 10:18:22 +0100 Subject: [PATCH] Update .forgejo/workflows/automation.yaml --- .forgejo/workflows/automation.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.forgejo/workflows/automation.yaml b/.forgejo/workflows/automation.yaml index af334c3..6818770 100644 --- a/.forgejo/workflows/automation.yaml +++ b/.forgejo/workflows/automation.yaml @@ -41,17 +41,4 @@ jobs: git config --global user.name 'Modpack Wiki Updater' git config --global user.email 'modupdater@incest.world' git commit -am "Automated wiki update" - git push - - restart: - if: "contains(github.event.head_commit.message, '[restart]')" - name: "Restart server" - runs-on: ubuntu-latest - steps: - - name: Restart the server - uses: https://git.incest.world/actions/ssh-action@master - with: - host: ${{ vars.SSH_SERVER }} - username: ${{ secrets.SSH_USER }} - key: ${{ secrets.SSH_KEY }} - script: ${{ vars.RESTART_COMMAND }} + git push \ No newline at end of file