We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b370eb0 commit 26223a7Copy full SHA for 26223a7
.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