diff --git a/entrypoint.sh b/entrypoint.sh index b756f31..fdbb66a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -54,6 +54,6 @@ elif [ "x$INPUT_NAME" != "x" ] then bash <(curl -s https://codecov.io/bash) -n $INPUT_NAME else - echo "error" + echo "Please provide valid arguments" exit 1 -fi \ No newline at end of file +fi