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