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

Hotfix/gitee sync
This commit is contained in:
Ke Sun
2026-04-02 10:54:45 +08:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ jobs:
git config --global user.email "actions@github.com"
# 2. 构建带 Token 的 HTTPS 远程地址
GITEE_URL="https://${{ secrets.GITEE_USERNAME }}:${{ secrets.GITEE_TOKEN }}@gitee.com/${{ secrets.GITEE_USERNAME }}/test-push-gitee.git"
GITEE_URL="https://${{ secrets.GITEE_USERNAME }}:${{ secrets.GITEE_TOKEN }}@gitee.com/${{ secrets.GITEE_USERNAME }}/MemoryBear.git"
# 3. 添加远程仓库 (命名为 gitee)
git remote add gitee $GITEE_URL