fix(key): spacing

This commit is contained in:
Marco Dalla Santa
2021-09-09 01:43:30 +02:00
parent c4514ca69d
commit 1b7bbc195c

View File

@@ -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