This commit is contained in:
Marco Dalla Santa
2021-02-10 16:42:35 +01:00
parent 7d22a8aeeb
commit 8399b8ccf9

View File

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