diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d7c8566..19d1d1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,5 +26,6 @@ jobs: run: | git config --global user.name 'kaboombot' git config --global user.email '58372747+kaboombot@users.noreply.github.com' - git commit -am "Update server and plugins" + git add . + git commit -m "Update server and plugins" git push