diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 50e714536..4b3ed7487 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