diff --git a/.gitea/workflows/build-dev.yaml b/.gitea/workflows/build-dev.yaml index 2303c19..5667243 100644 --- a/.gitea/workflows/build-dev.yaml +++ b/.gitea/workflows/build-dev.yaml @@ -20,7 +20,13 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 - + - name: Debug checkout + run: | + pwd + ls -la + ls -la .git/ 2>&1 || echo "NO .git FOLDER" + id + stat . 2>&1 || true - name: Set up JDK uses: actions/setup-java@v5 with: