We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26223a7 commit 41d0c2cCopy full SHA for 41d0c2c
.github/workflows/ci.yml
@@ -893,7 +893,7 @@ jobs:
893
shell: bash
894
run: |
895
# check for config-breaking set if input params
896
- if [[ ("${{ inputs.release-arch-arm64 }}" == "false" ) && ("${{ inputs.release-arch-arm64 }} == "false")" ]]; then
+ if [[ ("${{ inputs.release-arch-arm64 }}" == "false" ) && ("${{ inputs.release-arch-arm64 }}" == "false") ]]; then
897
echo "error condition: release-docker must include either release-arch-arm64/amd64, both are false"
898
exit -1
899
fi
0 commit comments