🔄 卡若AI 同步 2026-02-17 23:19 | 更新:Cursor规则、GitHub Actions、总索引与入口、金仓Gitea脚本与配置、金仓、水桥平台对接、水溪整理归档、卡木、火炬、水泉规划拆解等 | 排除 >20MB: 5 个
Some checks failed
Sync GitHub to CKB NAS Gitea / sync (push) Has been cancelled

This commit is contained in:
2026-02-17 23:19:15 +08:00
parent 01c175a988
commit db3df39017
103 changed files with 1240 additions and 51942 deletions

View File

@@ -31,9 +31,9 @@ jobs:
SYNC_WORK_DIR: "${{ runner.temp }}/github_gitea_sync"
run: |
sudo apt-get update -qq && sudo apt-get install -y -qq jq
chmod +x "01_卡资/_团队成员/金仓/群晖NAS管理/scripts/sync_github_to_gitea.sh" 2>/dev/null || true
if [ -f "01_卡资/_团队成员/金仓/群晖NAS管理/scripts/sync_github_to_gitea.sh" ]; then
bash "01_卡资/_团队成员/金仓/群晖NAS管理/scripts/sync_github_to_gitea.sh"
chmod +x "01_卡资/金仓_存储备份/群晖NAS管理/脚本/sync_github_to_gitea.sh" 2>/dev/null || true
if [ -f "01_卡资/金仓_存储备份/群晖NAS管理/脚本/sync_github_to_gitea.sh" ]; then
bash "01_卡资/金仓_存储备份/群晖NAS管理/脚本/sync_github_to_gitea.sh"
else
echo "未找到同步脚本,跳过(请确认仓库结构)。"
fi