Skip to content

Commit 41d0c2c

Browse files
committed
wandering quote
1 parent 26223a7 commit 41d0c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ jobs:
893893
shell: bash
894894
run: |
895895
# check for config-breaking set if input params
896-
if [[ ("${{ inputs.release-arch-arm64 }}" == "false" ) && ("${{ inputs.release-arch-arm64 }} == "false")" ]]; then
896+
if [[ ("${{ inputs.release-arch-arm64 }}" == "false" ) && ("${{ inputs.release-arch-arm64 }}" == "false") ]]; then
897897
echo "error condition: release-docker must include either release-arch-arm64/amd64, both are false"
898898
exit -1
899899
fi

0 commit comments

Comments
 (0)