From 27dd76586e6226117016e83d5cdf05e1cd33bb4d Mon Sep 17 00:00:00 2001 From: openclaw-314 Date: Tue, 14 Jul 2026 20:50:03 +0800 Subject: [PATCH] auto: sync OpenClaw config 2026-07-14 20:50 --- auto-commit-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-commit-config.sh b/auto-commit-config.sh index c79bcbb..3ab245c 100755 --- a/auto-commit-config.sh +++ b/auto-commit-config.sh @@ -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