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: |