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 08:05:59 -05:00
parent 61f8dc0e1e
commit 8760998c78

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:3000/${{ gitea.repository }}.git . git clone http://gitea:8869/${{ gitea.repository }}.git .
- name: List files in the repository - name: List files in the repository
run: | run: |