diff --git a/action.yml b/action.yml index 49e0941..8f58876 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: default: '' token: description: 'Set the private repository token (defaults to secret CODECOV_TOKEN)' - default: ${{ secrets.CODECOV_TOKEN }} + default: 'something' branding: color: 'red' icon: 'umbrella' diff --git a/entrypoint.sh b/entrypoint.sh index fc331a3..9a9aac0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,6 @@ set -eu -bash <(curl -s https://codecov.io/bash) \ No newline at end of file +echo $1 + +#bash <(curl -s https://codecov.io/bash) -t $1 \ No newline at end of file