clone多了一个htpps
Some checks failed
Create README / create-readme (push) Failing after 8s

This commit is contained in:
liyp 2025-04-10 15:26:55 +08:00
parent b5d72706c5
commit f7d7f72209

View File

@ -15,7 +15,7 @@ jobs:
GITEA_TOKEN: ${{ secrets.AUTOGENERATE }}
GITEA_REPO_URL: ${{ github.server_url }}/${{ github.repository }}
run: |
git clone "https://${GITEA_TOKEN}@${GITEA_REPO_URL}" .
git clone "${GITEA_TOKEN}@${GITEA_REPO_URL}" .
- name: Create README
run: |