From 58b84d6f9418aa848c4ad91554decf7c0d7385eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=9F=B3=E6=9D=B0?= Date: Mon, 4 May 2026 17:43:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dgit=20clone=20URL?= =?UTF-8?q?=E5=8F=8Chttps://=E5=89=8D=E7=BC=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/release-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release-docs.yml b/.gitea/workflows/release-docs.yml index 1742500..503c53a 100644 --- a/.gitea/workflows/release-docs.yml +++ b/.gitea/workflows/release-docs.yml @@ -14,7 +14,7 @@ jobs: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} run: | git clone -b ${GITHUB_REF#refs/tags/} \ - "https://gitea-actions:${GITEA_TOKEN}@${{ github.server_url }}/${{ github.repository }}.git" . + "${{ github.server_url }}/${{ github.repository }}.git" . - name: Package docs run: |