From c554656c2be8f3d4b636242c43ff148e308ad0d8 Mon Sep 17 00:00:00 2001 From: openclaw-314 Date: Tue, 14 Jul 2026 20:49:57 +0800 Subject: [PATCH] auto: sync OpenClaw config 2026-07-14 20:49 --- auto-commit-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto-commit-config.sh b/auto-commit-config.sh index a004c0f..c79bcbb 100755 --- a/auto-commit-config.sh +++ b/auto-commit-config.sh @@ -24,7 +24,7 @@ git commit -m "auto: sync OpenClaw config $(date '+%Y-%m-%d %H:%M')" 2>> "$LOG_F exit 0 } -# 推送到 Gitea -git push origin 2>> "$LOG_FILE" && echo " 推送成功" >> "$LOG_FILE" || echo " 推送失败" >> "$LOG_FILE" +# 推送到 Gitea(分支名 314) +git push origin HEAD:314 2>> "$LOG_FILE" && echo " 推送成功" >> "$LOG_FILE" || echo " 推送失败" >> "$LOG_FILE" exit 0