Update sync-to-gitea.yml

This commit is contained in:
CJK_mkp
2025-05-31 11:35:56 +08:00
committed by GitHub
parent 274ee8db40
commit fdf406e24e
+1 -1
View File
@@ -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