diff --git a/entrypoint.sh b/entrypoint.sh index f4e9b79..af8c66b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,7 @@ #!/bin/bash -PASSWORD=${INPUT_PASSWORD} -KEY=${INPUT_KEY} +PASSWORD=${INPUT_PASSWORD}; +KEY=${INPUT_KEY}; + if [ -z "$PRE_UPLOAD" and "$PASSWORD"]; then echo "🔑 Please provide at least a key or a password..."; exit 0;