mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
chore: debug donation badge commit step
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user