fix: 修复git clone URL双https://前缀问题
All checks were successful
Release Docs / release (push) Successful in 3s
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:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user