renaming .github to .gitea
Some checks failed
Main / changes (push) Failing after 7s
Main / build (push) Has been skipped
Main / deploy (push) Has been skipped

This commit is contained in:
2026-05-19 07:59:57 -05:00
parent 0a8c461e3d
commit 9553c2ec34

View File

@@ -31,7 +31,7 @@ jobs:
- name: Manual Git Clone - name: Manual Git Clone
run: | run: |
# Use GITEA_TOKEN for the current repo or a PAT for others # 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 - name: List files in the repository
run: | run: |