We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f0355 commit 19b1525Copy full SHA for 19b1525
.github/actions/build/action.yml.j2
@@ -49,7 +49,7 @@ runs:
49
ls -lahR ${{ env.ARTIFACTS_DIR }}
50
<% endif %>
51
52
- - if: ${{ inputs.use-container == true }}
+ - if: ${{ inputs.use-container }}
53
name: Build (in container)
54
shell: bash --noprofile --norc -xeuo pipefail {0}
55
run: |
@@ -71,7 +71,7 @@ runs:
71
--rm "${{ inputs.docker-image }}" \
72
/bin/bash -c "${{ env.REPO_DIR }}/continuous_integration/scripts/entrypoint ${{ env.REPO_DIR }}/continuous_integration/scripts/build ${{ inputs.build-type}} ${{ inputs.target-device }}"
73
74
- - if: ${{ inputs.use-container == false }}
+ - if: ${{ !inputs.use-container }}
75
name: Build (without container)
76
77
0 commit comments