Skip to content

Commit

Permalink
Update auto-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Dec 22, 2023
1 parent 8cd1770 commit ed8ee9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
cd Leaf
if ! git diff --quiet; then
echo "Writing to repo....."
git add .
git add gradle.properties
git add patches/*
git commit -m "Updated Upstream (Gale)"
git push
else
Expand Down

0 comments on commit ed8ee9c

Please sign in to comment.