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:
4
.github/workflows/auto-update.yml
vendored
4
.github/workflows/auto-update.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user