Merge pull request #160 from amyavi/master

ci: push new files to repo
This commit is contained in:
Kaboom 2025-03-13 01:17:18 +02:00 committed by GitHub
commit 6915b6a94e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,5 +26,6 @@ jobs:
run: | run: |
git config --global user.name 'kaboombot' git config --global user.name 'kaboombot'
git config --global user.email '58372747+kaboombot@users.noreply.github.com' 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 git push