创建 zeekrAI 组织并将 document_analyzer 转移至其下。 更新所有文件中的 repo 路径和 git remote。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout main branch
|
||||
run: |
|
||||
git clone --depth 1 https://git.zywl.me/pzhang_zywl/document_analyzer.git .
|
||||
git clone --depth 1 https://git.zywl.me/zeekrAI/document_analyzer.git .
|
||||
git checkout main
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
@@ -24,4 +24,4 @@ jobs:
|
||||
-d "{\"title\":\"CI Failure: ${COMMIT_MSG}\",\"body\":\"## CI 测试失败\n\n- **Commit:** ${SHA_SHORT}\n- **Branch:** ${BRANCH}\n- **工作流:** ${RUN_URL}\n\n请检查上述链接查看失败详情。\n\n### 下一步\n- [ ] 分析失败原因\n- [ ] 修复代码\n- [ ] 提交 PR 触发 CI 重测\",\"labels\":[\"ci-failure\",\"agent-task\"]}"
|
||||
env:
|
||||
GITEA_URL: https://git.zywl.me
|
||||
GITEA_REPO: pzhang_zywl/document_analyzer
|
||||
GITEA_REPO: zeekrAI/document_analyzer
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code from Gitea
|
||||
run: |
|
||||
git clone --depth 1 https://git.zywl.me/pzhang_zywl/document_analyzer.git .
|
||||
git clone --depth 1 https://git.zywl.me/zeekrAI/document_analyzer.git .
|
||||
git fetch origin ${{ github.sha }}
|
||||
git checkout ${{ github.sha }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user