diff --git a/action.yml b/action.yml index 8f58876..8ab386a 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,6 @@ inputs: default: '' token: description: 'Set the private repository token (defaults to secret CODECOV_TOKEN)' - default: 'something' branding: color: 'red' icon: 'umbrella' diff --git a/entrypoint.sh b/entrypoint.sh index b7b7193..59e80a4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,8 +2,6 @@ set -eu -#echo $1 - if [ -z "$1" ] then echo "No token supplied"