diff --git a/with_key.sh b/with_key.sh index 53b557d..138b81f 100644 --- a/with_key.sh +++ b/with_key.sh @@ -28,8 +28,8 @@ if [ ! -z "$POST_UPLOAD" ]; then echo "👌 Executing post-upload script..." && ssh ${INPUT_SSH_OPTIONS} ${INPUT_USER}@${INPUT_HOST} "$POST_UPLOAD && exit" && echo "✅ Executed post-upload script" - } || {  - echo "😢 Something went wrong during post-upload script" && exit 1 + } || { + echo "😢 Something went wrong during post-upload script" && exit 1 } fi