mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 13:07:25 +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
|
set -eu
|
||||||
|
|
||||||
|
|
||||||
|
echo $INPUT_FILE
|
||||||
|
|
||||||
if [ "x$1" == "x" ] || [ "x$2" == "x" ];
|
if [ "x$1" == "x" ] || [ "x$2" == "x" ];
|
||||||
then
|
then
|
||||||
|
|
@ -13,7 +14,7 @@ if [ -z "$1" ] || [ -z "$2" ]; then
|
||||||
echo 'Need 2 parameter are not empty'
|
echo 'Need 2 parameter are not empty'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $INPUT_FILE
|
|
||||||
echo $1
|
echo $1
|
||||||
echo $2
|
echo $2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue