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