renaming .github to .gitea
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Manual Git Clone
|
||||
run: |
|
||||
# Use GITEA_TOKEN for the current repo or a PAT for others
|
||||
git clone http://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@${{ gitea.server_url }}/${{ gitea.repository }}.git .
|
||||
git clone http://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@http://gitea:3000/${{ gitea.repository }}.git .
|
||||
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user