From ab82fa0540e1670b3ab37e52ec2760cc5084e9f4 Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 25 Apr 2024 13:50:07 +0200 Subject: [PATCH] removed whitespace --- .github/actions/e2e_test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e_test/action.yml b/.github/actions/e2e_test/action.yml index 6656dd692..441e853c8 100644 --- a/.github/actions/e2e_test/action.yml +++ b/.github/actions/e2e_test/action.yml @@ -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