Merge pull request #771 from SuanmoSuanyangTechnology/hotfix/gitee-sync

ci(gitee): update Gitee repository path in sync workflow
This commit is contained in:
Ke Sun
2026-04-02 11:50:59 +08:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ jobs:
- name: Sync to Gitee
run: |
GITEE_URL="https://${{ secrets.GITEE_USERNAME }}:${{ secrets.GITEE_TOKEN }}@gitee.com/${{ secrets.GITEE_USERNAME }}/MemoryBear.git"
GITEE_URL="https://${{ secrets.GITEE_USERNAME }}:${{ secrets.GITEE_TOKEN }}@gitee.com/hangzhou-hongxiong-intelligent_1/MemoryBear.git"
git remote add gitee "$GITEE_URL"
# 遍历并推送所有分支