Skip to content

Commit bae7fbb

Browse files
committed
THX-1138: Remove sanity qualifier.
1 parent 2127d7c commit bae7fbb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ runs:
5151
opt=''
5252
[[ "${{ inputs.force-re-evaluate }}" == 'true' ]] && opt='$opt -f'
5353
[[ "${{ inputs.force-patch-increment }}" == 'true' ]] && opt='$opt -p'
54-
if [[ -z ${{ inputs.mono-repo-product-name }} ]]; then
55-
echo -e "ERROR: 571 - mono-repo-product-name must be set and NOT null!"
56-
exit 1 || true
57-
fi
5854
[[ "${{ inputs.mono-repo-product-name }}" != "" ]] && opt='$opt -n ${{ inputs.mono-repo-product-name }}'
5955
[[ "${{ inputs.mono-repo-product-path }}" != "" ]] && opt='$opt -d ${{ inputs.mono-repo-product-path }}'
6056
new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true

0 commit comments

Comments
 (0)