From d49909c7f7069ba420b4cc38015884f8d2e21e08 Mon Sep 17 00:00:00 2001 From: Artem Ostrasev <76615486+NONPLAYT@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:19:48 +0300 Subject: [PATCH] [ci-skip] fix email --- .github/workflows/automatic-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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