fix: 修复git clone URL双https://前缀问题
All checks were successful
Release Docs / release (push) Successful in 3s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
杨柳杰
2026-05-04 17:43:53 +08:00
parent 7dad08d1a9
commit 58b84d6f94

View File

@@ -14,7 +14,7 @@ jobs:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: | run: |
git clone -b ${GITHUB_REF#refs/tags/} \ 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 - name: Package docs
run: | run: |