9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-26 10:29:13 +00:00

Update auto-update.yml (#16)

This commit is contained in:
DGun Otto
2023-12-19 14:03:21 +08:00
committed by GitHub
parent 63892fa700
commit 7fbab6b08b

View File

@@ -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
fi