From 2c7aaebdd5188ef7395e7be5d7d95d03506fa2de Mon Sep 17 00:00:00 2001 From: Ke Sun Date: Thu, 2 Apr 2026 11:50:15 +0800 Subject: [PATCH] ci(gitee): update Gitee repository path in sync workflow - Replace dynamic username variable with static repository path - Update Gitee remote URL to use correct organization namespace - Ensure sync workflow targets the correct Gitee repository --- .github/workflows/sync-to-gitee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-gitee.yml b/.github/workflows/sync-to-gitee.yml index b262ed67..71ddf22a 100644 --- a/.github/workflows/sync-to-gitee.yml +++ b/.github/workflows/sync-to-gitee.yml @@ -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" # 遍历并推送所有分支