File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 echo -e "ERROR: 571 - mono-repo-product-name must be set and NOT null!"
5656 exit 1 || true
5757 fi
58- [[ -n "${{ inputs.mono-repo-product-name }}" ]] && opt='$opt -n ${{ inputs.mono-repo-product-name }}'
59- [[ -n "${{ inputs.mono-repo-product-path }}" ]] && opt='$opt -d ${{ inputs.mono-repo-product-path }}'
58+ [[ "${{ inputs.mono-repo-product-name }}" != " " ]] && opt='$opt -n ${{ inputs.mono-repo-product-name }}'
59+ [[ "${{ inputs.mono-repo-product-path }}" != " " ]] && opt='$opt -d ${{ inputs.mono-repo-product-path }}'
6060 new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true
6161 echo "new-version=$new_version" | tee $GITHUB_OUTPUT
6262 if [[ "$new_version" =~ "520" ]]; then
You can’t perform that action at this time.
0 commit comments