Compare commits

...

2 Commits

Author SHA1 Message Date
xiaoban
42d15aef34 fix: 备份脚本分支从main改为master 2026-03-25 10:31:45 +08:00
xiaoban
00e2e1cfcd 自动备份 2026-03-25 08:00:07 2026-03-25 08:00:07 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -5,3 +5,4 @@
/bin/sh: 1: /root/.openclaw/workspace-xiaoban/daily_summary.sh: not found
/bin/sh: 1: /root/.openclaw/workspace-xiaoban/daily_summary.sh: not found
/bin/sh: 1: /root/.openclaw/workspace-xiaoban/daily_summary.sh: not found
/bin/sh: 1: /root/.openclaw/workspace-xiaoban/daily_summary.sh: not found

View File

@ -16,6 +16,6 @@ COMMIT_MSG="自动备份 $(date +'%Y-%m-%d %H:%M:%S')"
git commit -m "$COMMIT_MSG" || echo "无变更需要提交"
# 推送到远程仓库
git push https://git.valavala.com/ai_member_only/ai_member_xiaoban main
git push https://git.valavala.com/ai_member_only/ai_member_xiaoban master
echo "✅ Workspace备份完成$COMMIT_MSG"