mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
Merge pull request #3 from codecov/thomasrockhu-patch-1
Better error message
This commit is contained in:
commit
c7a04fdde5
1 changed files with 2 additions and 2 deletions
|
|
@ -54,6 +54,6 @@ elif [ "x$INPUT_NAME" != "x" ]
|
|||
then
|
||||
bash <(curl -s https://codecov.io/bash) -n $INPUT_NAME
|
||||
else
|
||||
echo "error"
|
||||
echo "Please provide valid arguments"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue