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:50:58 -05:00
parent 7ebf78f348
commit 931d56e753

View File

@@ -23,10 +23,15 @@ jobs:
# with:
# node-version: '2.x'
- name: Checkout
uses: actions/checkout@v4
with:
path: noahspan-flying
# - name: Checkout
# uses: actions/checkout@v4
# with:
# path: noahspan-flying
- name: Manual Git Clone
run: |
# Use GITEA_TOKEN for the current repo or a PAT for others
git clone https://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@${{ gitea.server_url }}/${{ gitea.repository }}.git .
- name: List files in the repository
run: |