"Auto-commit via make git"

This commit is contained in:
neo.webmaster.2@gmail.com 2025-11-09 16:04:08 +01:00
parent 7a933fd0bd
commit 5e2db8bcc4

View File

@ -60,7 +60,7 @@ git: check-remote
@git config user.email $(GIT_EMAIL)
@git rev-parse --abbrev-ref HEAD >/dev/null 2>&1 || true
@git add -A
@git commit -m "$(COMMIT_MSG)" || echo "Nenhuma modificação para commitar."
@git commit -m "$$(echo '$(COMMIT_MSG)')" || echo "Nenhuma modificação para commitar."
@git push $(GIT_REMOTE) $(GIT_BRANCH)
# ===========================