mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-25 18:09:17 +00:00
[ci skip] Fix auto-update
This commit is contained in:
3
.github/workflows/auto-update.yml
vendored
3
.github/workflows/auto-update.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user