mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
input at top
This commit is contained in:
parent
6fdf86f06b
commit
03b2817fb6
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
set -eu
|
||||
|
||||
|
||||
echo $INPUT_FILE
|
||||
|
||||
if [ "x$1" == "x" ] || [ "x$2" == "x" ];
|
||||
then
|
||||
|
|
@ -13,7 +14,7 @@ if [ -z "$1" ] || [ -z "$2" ]; then
|
|||
echo 'Need 2 parameter are not empty'
|
||||
fi
|
||||
|
||||
echo $INPUT_FILE
|
||||
|
||||
echo $1
|
||||
echo $2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue