9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

Updated Upstream (Purpur)

Upstream has released updates that appear to apply and compile correctly

Purpur Changes:
PurpurMC/Purpur@6aec125 Updated Upstream (Paper)
This commit is contained in:
NONPLAYT
2023-12-26 00:36:48 +03:00
parent adf5767637
commit 9a892d0c1d
5 changed files with 11 additions and 12 deletions

View File

@@ -39,8 +39,7 @@ jobs:
cd DivineMC
if ! git diff --quiet; then
git add gradle.properties
git config user.name "Github Actions"
git config user.email "no-reply@github.com"
git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions"
git commit -m "Updated Upstream (Purpur)"
git push
else