From 274ee8db40d161379accd4096d431d93d51bbc6d Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sat, 31 May 2025 11:34:09 +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 41d89651..afa0c548 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://${{ secrets.GITEA_TOKEN }}git@gitea.com:CJKmkp/ICC-CE.git + git remote add gitea https://git@gitea.com:${{ secrets.GITEA_TOKEN }}CJKmkp/ICC-CE.git # 推送代码到 Gitea git push -u gitea --all