mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 15:07:25 +00:00
test with token arg
This commit is contained in:
parent
0e702a2182
commit
f7d6a49e27
1 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
echo $1
|
#echo $1
|
||||||
|
|
||||||
#bash <(curl -s https://codecov.io/bash) -t $1
|
bash <(curl -s https://codecov.io/bash) -t $1
|
||||||
Loading…
Reference in a new issue