From fdf406e24e21edac253644f2550176ad637f00a3 Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sat, 31 May 2025 11:35:56 +0800 Subject: [PATCH] Update sync-to-gitea.yml --- .github/workflows/sync-to-gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-gitea.yml b/.github/workflows/sync-to-gitea.yml index afa0c548..979cfd46 100644 --- a/.github/workflows/sync-to-gitea.yml +++ b/.github/workflows/sync-to-gitea.yml @@ -20,7 +20,7 @@ jobs: git config --global user.email "action@github.com" # 使用 token 认证的正确格式 - git remote add gitea https://git@gitea.com:${{ secrets.GITEA_TOKEN }}CJKmkp/ICC-CE.git + git remote add gitea https://gitea.com/CJKmkp/ICC-CE.git # 推送代码到 Gitea git push -u gitea --all