From b7736e0445ff86508fc10706bf2e419a03d303f0 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Sun, 16 Mar 2025 09:05:21 +0100 Subject: [PATCH] test debug --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 61bcf2f..1225e8c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: run: uv python install - name: Build package run: uv build - - name: Debug Secrets + - name: Debug Secrets for PASSWORD run: | if [ -z "${{ secrets.PASSWORD }}" ]; then echo "PASSWORD secret is not set"