dev #1
@@ -26,8 +26,11 @@ while true; do
|
||||
|
||||
# Run Git commands
|
||||
git status
|
||||
sleep 0.5
|
||||
git add .
|
||||
sleep 0.5
|
||||
git commit -m "$COMMIT_MSG"
|
||||
sleep 0.5
|
||||
git push
|
||||
|
||||
echo "[INFO] Git commands completed at $(date)"
|
||||
|
||||
Reference in New Issue
Block a user