mirror of
https://github.com/codecov/codecov-action.git
synced 2026-05-14 11:57:03 +00:00
file path test
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if [ -z "$1" ] || [ -z "$2" ]; then
|
||||||
|
echo 'Need 2 parameter are not empty'
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo $INPUT_FILE
|
||||||
|
echo $1
|
||||||
echo $2
|
echo $2
|
||||||
|
|
||||||
if [ $# -eq 0 ]
|
if [ $# -eq 0 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user