ci: push new files to repo

This commit is contained in:
amyavi 2025-03-12 20:14:59 -03:00
parent c3a2431d4b
commit a02b994f2a
Signed by: amy
SSH key fingerprint: SHA256:CoLIqZWDYPZEhs1j1HQWwV0j1JhC3BFWcaUF7ZLZHJA

View file

@ -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