mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2026-01-06 15:51:31 +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
|
cd Leaf
|
||||||
if ! git diff --quiet; then
|
if ! git diff --quiet; then
|
||||||
echo "Writing to repo....."
|
echo "Writing to repo....."
|
||||||
git add gradle.properties
|
git add .
|
||||||
git add patches/*
|
|
||||||
git commit -m "Updated Upstream (Gale)"
|
git commit -m "Updated Upstream (Gale)"
|
||||||
git push
|
git push
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user