From 0e702a2182952437a2d33c4d0d1cecdb85e291ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 16:40:07 -0700 Subject: [PATCH] test pulling inputs into script --- action.yml | 2 +- entrypoint.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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