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