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:
2
.github/workflows/automatic-update.yml
vendored
2
.github/workflows/automatic-update.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
if ! git diff --quiet; then
|
if ! git diff --quiet; then
|
||||||
git add gradle.properties
|
git add gradle.properties
|
||||||
git config user.name "Github Actions"
|
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 commit -m "Updated Upstream (Purpur)"
|
||||||
git push
|
git push
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user