diff --git a/git_automation.sh b/git_automation.sh index a0abf66..d9723c6 100755 --- a/git_automation.sh +++ b/git_automation.sh @@ -32,6 +32,7 @@ while true; do git commit -m "$COMMIT_MSG" sleep 0.5 git push + echo "[INFO] Git commands completed at $(date)" fi