Skip to content

Commit

Permalink
Update auto-update.yml (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH authored Dec 19, 2023
1 parent 63892fa commit 7fbab6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -63,4 +65,4 @@ jobs:
git push
else
echo "No changes to commit."
fi
fi

0 comments on commit 7fbab6b

Please sign in to comment.