sync: 自动同步未提交变更 [create TASK-20260323184756]
This commit is contained in:
@@ -79,7 +79,7 @@ while true; do
|
||||
|
||||
# 删除任务文件
|
||||
rm -f "$TASK_FILE"
|
||||
git rm "$TASK_FILE" >> "$LOG_FILE" 2>&1
|
||||
git rm -f "$TASK_FILE" >> "$LOG_FILE" 2>&1
|
||||
echo "[$TIMESTAMP] 🗑️ 任务文件已删除" >> "$LOG_FILE"
|
||||
|
||||
# 3. 自动推送完成结果 - 添加.done和删除.task一起提交
|
||||
|
||||
Reference in New Issue
Block a user