9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 09:59:15 +00:00

[ci skip] Fix auto-update

This commit is contained in:
Dreeam
2023-12-24 23:16:17 -05:00
parent 16e60b4ff0
commit 985bbf18e1

View File

@@ -58,8 +58,7 @@ jobs:
cd Leaf
if ! git diff --quiet; then
echo "Writing to repo....."
git add gradle.properties
git add patches/*
git add .
git commit -m "Updated Upstream (Gale)"
git push
else