Auto commit from /home/doc/genesis-tools

This commit is contained in:
DocTator 2025-04-22 16:55:28 -04:00
parent 5d81552e09
commit 9697fa13e7

View File

@ -26,7 +26,7 @@ if ! git diff-index --quiet HEAD --; then
git commit -m "Auto commit from /home/doc/genesis-tools" git commit -m "Auto commit from /home/doc/genesis-tools"
# Push changes to Gitea repository # Push changes to Gitea repository
git push origin master # Or 'main' if that's the branch name git push origin main # Or 'main' if that's the branch name
else else
echo "No changes to commit." echo "No changes to commit."
fi fi