This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user