auto: sync OpenClaw config 2026-07-14 20:50

This commit is contained in:
2026-07-14 20:50:03 +08:00
parent c554656c2b
commit 27dd76586e
+1 -1
View File
@@ -25,6 +25,6 @@ git commit -m "auto: sync OpenClaw config $(date '+%Y-%m-%d %H:%M')" 2>> "$LOG_F
}
# 推送到 Gitea(分支名 314
git push origin HEAD:314 2>> "$LOG_FILE" && echo " 推送成功" >> "$LOG_FILE" || echo " 推送失败" >> "$LOG_FILE"
git push origin 2>> "$LOG_FILE" && echo " 推送成功" >> "$LOG_FILE" || echo " 推送失败" >> "$LOG_FILE"
exit 0