From fe631268a37745b7004e18f5835098eed1c9306f Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Fri, 19 Jun 2026 23:12:09 +0800 Subject: [PATCH] tmp --- .gitea/workflows/build-dev.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: