chore: debug donation badge commit step

This commit is contained in:
LukeGus
2026-06-29 15:07:34 -05:00
parent 63cfdfda9e
commit 72e5ff5a64
+3 -1
View File
@@ -113,8 +113,10 @@ jobs:
run: | run: |
git config user.name "LukeGus" git config user.name "LukeGus"
git config user.email "bugattiguy527@gmail.com" 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 if git diff --cached --quiet; then
echo "No changes to commit"
exit 0 exit 0
fi fi
git commit -m "chore: update donation goal badge" git commit -m "chore: update donation goal badge"