Update repository_dispatch.sh

This commit is contained in:
Me No Dev 2023-04-12 01:37:43 +03:00 committed by GitHub
parent 06503deef4
commit 72d50f4783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ else
commit="" commit=""
if [ ! "$tag" == "" ] && [ ! "$tag" == "null" ]; then if [ ! "$tag" == "" ] && [ ! "$tag" == "null" ]; then
export IDF_TAG="$tag" export IDF_TAG="$tag"
if [ ! "$branch" == "" ] && [ ! "$branch" == "null" ]; then elif [ ! "$branch" == "" ] && [ ! "$branch" == "null" ]; then
export IDF_BRANCH="$branch" export IDF_BRANCH="$branch"
fi fi
fi fi