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
This commit is contained in:
2
.github/workflows/sync-to-gitee.yml
vendored
2
.github/workflows/sync-to-gitee.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Sync to Gitee
|
- name: Sync to Gitee
|
||||||
run: |
|
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"
|
git remote add gitee "$GITEE_URL"
|
||||||
|
|
||||||
# 遍历并推送所有分支
|
# 遍历并推送所有分支
|
||||||
|
|||||||
Reference in New Issue
Block a user