Update repository_dispatch.sh
This commit is contained in:
parent
06503deef4
commit
72d50f4783
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ else
|
|||
commit=""
|
||||
if [ ! "$tag" == "" ] && [ ! "$tag" == "null" ]; then
|
||||
export IDF_TAG="$tag"
|
||||
if [ ! "$branch" == "" ] && [ ! "$branch" == "null" ]; then
|
||||
elif [ ! "$branch" == "" ] && [ ! "$branch" == "null" ]; then
|
||||
export IDF_BRANCH="$branch"
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue