diff --git a/entrypoint.sh b/entrypoint.sh index cd55f05..c0a7dfb 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,7 @@ PASSWORD=${INPUT_PASSWORD}; KEY=${INPUT_KEY}; -if [ -z "$PRE_UPLOAD" ] && [ "$PASSWORD" ]; then +if [ -z "$KEY" ] && [ -z "$PASSWORD" ]; then echo "🔑 Please provide at least a key or a password..."; exit 0; fi