test debug
Some checks failed
/ build (push) Failing after 10s

This commit is contained in:
2025-03-16 09:05:21 +01:00
parent b86e26d633
commit b7736e0445

View File

@@ -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"