From 931d56e7538a9ffbb68b65cdee0c305c6f7b9563 Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Tue, 19 May 2026 07:50:58 -0500 Subject: [PATCH] renaming .github to .gitea --- .gitea/workflows/changes.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/changes.yaml b/.gitea/workflows/changes.yaml index 2e012d6..58c2e52 100644 --- a/.gitea/workflows/changes.yaml +++ b/.gitea/workflows/changes.yaml @@ -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: |