From f0b61703b7479e7eef94542e15c9bd6607993592 Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Tue, 19 May 2026 12:41:38 -0500 Subject: [PATCH] renaming .github to .gitea --- .gitea/workflows/changes.yaml | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/.gitea/workflows/changes.yaml b/.gitea/workflows/changes.yaml index 8601d59..0db98fb 100644 --- a/.gitea/workflows/changes.yaml +++ b/.gitea/workflows/changes.yaml @@ -25,21 +25,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - # - name: Manual Git Clone - # run: | - # # Use GITEA_TOKEN for the current repo or a PAT for others - # git clone ${{ github.server_url }}/${{ gitea.repository }}.git . - - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - # - uses: dorny/paths-filter@v3 - # id: filter - # with: - # filters: | - # api: - # - 'api/**' - # client: - # - 'client/**' \ No newline at end of file + - uses: dorny/paths-filter@v3 + id: filter + with: + filters: | + api: + - 'api/**' + client: + - 'client/**' \ No newline at end of file