test pulling inputs into script

This commit is contained in:
“ibrahim0814”
2019-08-06 16:40:07 -07:00
parent 2215c74261
commit 0e702a2182
2 changed files with 4 additions and 2 deletions

View File

@@ -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'

View File

@@ -2,4 +2,6 @@
set -eu
bash <(curl -s https://codecov.io/bash)
echo $1
#bash <(curl -s https://codecov.io/bash) -t $1