From e153f4ad8f8eaeeb2fbefc1fcdd4dc19b8c74bd6 Mon Sep 17 00:00:00 2001 From: kaboombot <58372747+kaboombot@users.noreply.github.com> Date: Thu, 13 Mar 2025 01:23:54 +0200 Subject: [PATCH] Revert "ci: push new files to repo" This reverts commit a02b994f2a5664bcf7b356e840fd7bc1241281d1. --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19d1d1a..d7c8566 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,5 @@ jobs: run: | git config --global user.name 'kaboombot' git config --global user.email '58372747+kaboombot@users.noreply.github.com' - git add . - git commit -m "Update server and plugins" + git commit -am "Update server and plugins" git push