This commit is contained in:
parent
b5d72706c5
commit
f7d7f72209
@ -15,7 +15,7 @@ jobs:
|
|||||||
GITEA_TOKEN: ${{ secrets.AUTOGENERATE }}
|
GITEA_TOKEN: ${{ secrets.AUTOGENERATE }}
|
||||||
GITEA_REPO_URL: ${{ github.server_url }}/${{ github.repository }}
|
GITEA_REPO_URL: ${{ github.server_url }}/${{ github.repository }}
|
||||||
run: |
|
run: |
|
||||||
git clone "https://${GITEA_TOKEN}@${GITEA_REPO_URL}" .
|
git clone "${GITEA_TOKEN}@${GITEA_REPO_URL}" .
|
||||||
|
|
||||||
- name: Create README
|
- name: Create README
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user