mirror of
https://github.com/codecov/codecov-action
synced 2026-05-23 15:04:33 +03:00
Better error message
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user