diff --git a/.github/workflows/automatic-update.yml b/.github/workflows/automatic-update.yml index 42a307b..b5d731e 100644 --- a/.github/workflows/automatic-update.yml +++ b/.github/workflows/automatic-update.yml @@ -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