From 985bbf18e1da4aec51fdf45a8bae95fce10666c1 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Sun, 24 Dec 2023 23:16:17 -0500 Subject: [PATCH] [ci skip] Fix auto-update --- .github/workflows/auto-update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 5b5cb079..aac154b4 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -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