renaming .github to .gitea
All checks were successful
Main / changes (push) Successful in 11s
Main / build (push) Has been skipped
Main / deploy (push) Has been skipped

This commit is contained in:
2026-05-19 12:20:37 -05:00
parent 12b4f1a65b
commit 3c9d26e085

View File

@@ -31,7 +31,7 @@ jobs:
- name: Manual Git Clone
run: |
# Use GITEA_TOKEN for the current repo or a PAT for others
git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git .
git clone ${{ github.server_url }}/${{ gitea.repository }}.git .
- name: List files in the repository
run: |