We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5beca2b commit 725fc2aCopy full SHA for 725fc2a
.github/workflows/build-ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
docker version
36
- name: Debug if needed
37
- run: if [[ "$DEBUG" == "true" ]]; then env fi;
+ run: if [[ "$DEBUG" == "true" ]]; then env; fi
38
env:
39
DEBUG: ${{secrets.DEBUG}}
40
- name: Install dependencies
0 commit comments