mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
input at top
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user