Skip to content

Commit 3f6cecc

Browse files
committed
cleanup error message
1 parent 4d57f7a commit 3f6cecc

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
@@ -891,7 +891,7 @@ jobs:
891891
run: |
892892
# check for config-breaking set if input params
893893
if [[ (${{ inputs.release-arch-arm64 }} == "false" ) && (${{ inputs.release-arch-arm64 == "false") ]]; then
894-
echo "error condition: release-docker must include either release-arch-arm64 and/or arm64, both are false"
894+
echo "error condition: release-docker must include either release-arch-arm64/amd64, both are false"
895895
exit -1
896896
fi
897897

0 commit comments

Comments
 (0)