mirror of
https://github.com/kaboomserver/server.git
synced 2025-06-06 07:19:50 +00:00
commit
6915b6a94e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue