mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 21:17:24 +00:00
test pulling inputs into script
This commit is contained in:
parent
2215c74261
commit
0e702a2182
2 changed files with 4 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ inputs:
|
||||||
default: ''
|
default: ''
|
||||||
token:
|
token:
|
||||||
description: 'Set the private repository token (defaults to secret CODECOV_TOKEN)'
|
description: 'Set the private repository token (defaults to secret CODECOV_TOKEN)'
|
||||||
default: ${{ secrets.CODECOV_TOKEN }}
|
default: 'something'
|
||||||
branding:
|
branding:
|
||||||
color: 'red'
|
color: 'red'
|
||||||
icon: 'umbrella'
|
icon: 'umbrella'
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,6 @@
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
bash <(curl -s https://codecov.io/bash)
|
echo $1
|
||||||
|
|
||||||
|
#bash <(curl -s https://codecov.io/bash) -t $1
|
||||||
Loading…
Reference in a new issue