diff --git a/entrypoint.sh b/entrypoint.sh index abdac53..5519761 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,6 @@ set -eu -echo "hello $2" +echo "hello $1" bash <(curl -s https://codecov.io/bash) \ No newline at end of file