From 72e5ff5a64ff586dddbc2954c278c88d1c1373b9 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Mon, 29 Jun 2026 15:07:34 -0500 Subject: [PATCH] chore: debug donation badge commit step --- .github/workflows/donation-goal.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/donation-goal.yml b/.github/workflows/donation-goal.yml index 57928143..3cf74409 100644 --- a/.github/workflows/donation-goal.yml +++ b/.github/workflows/donation-goal.yml @@ -113,8 +113,10 @@ jobs: run: | git config user.name "LukeGus" git config user.email "bugattiguy527@gmail.com" - git add donation-goal.svg + git add -f donation-goal.svg + git diff --cached --stat if git diff --cached --quiet; then + echo "No changes to commit" exit 0 fi git commit -m "chore: update donation goal badge"