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

[ci-skip] fix email

This commit is contained in:
Artem Ostrasev
2023-12-20 12:19:48 +03:00
committed by GitHub
parent c7a0919be5
commit d49909c7f7

View File

@@ -40,7 +40,7 @@ jobs:
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 user.email "no-reply@github.com"
git commit -m "Updated Upstream (Purpur)"
git push
else