From 7fbab6b08b37d744a6599ce8e50755c528c14a92 Mon Sep 17 00:00:00 2001 From: DGun Otto Date: Tue, 19 Dec 2023 14:03:21 +0800 Subject: [PATCH] Update auto-update.yml (#16) --- .github/workflows/auto-update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 50e71453..4b3ed748 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -47,6 +47,8 @@ jobs: cd Leaf if ! git diff --quiet; then echo "Running tests...." + git config --global user.name "github-actions" + git config --global user.email no-reply@github.com ./gradlew applyPatches ./gradlew createReobfPaperclipJar fi @@ -63,4 +65,4 @@ jobs: git push else echo "No changes to commit." - fi \ No newline at end of file + fi