removed whitespace

This commit is contained in:
miampf 2024-04-25 13:50:07 +02:00
parent 74a2e94c8e
commit ab82fa0540
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -126,7 +126,7 @@ runs:
shell: bash
run: |
if [[ "${{ inputs.cosignPassword }}" == '' || "${{ inputs.cosignPrivateKey }}" == '' ]]; then
echo "::error::e2e test verify requires cosignPassword and cosignPrivateKey to be set."
echo "::error::e2e test verify requires cosignPassword and cosignPrivateKey to be set."
exit 1
fi