mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 14:37:24 +00:00
file path test
This commit is contained in:
parent
044d93a92c
commit
7c7db8b859
1 changed files with 8 additions and 0 deletions
|
|
@ -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 ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue