CI: improve workflow debug 8
Some checks failed
/ build (push) Failing after 21s

This commit is contained in:
phil 2024-10-28 11:45:53 +01:00
parent 28d24fc11a
commit 6051a52dba

View file

@ -35,7 +35,7 @@ jobs:
run: uv pip install httpx
- name: Echo env
if: ${{ inputs.logLevel }}
if: ${{ inputs.logLevel }} == 'debug'
run: |
echo '${{ toJSON(env) }}'