Skip to content

Commit 6b0ea68

Browse files
authored
Merge pull request #27 from AlexAtkinson/feature/mono_repo_safety
THX-1138: Remove sanity qualifier.
2 parents 41f27cc + bae7fbb commit 6b0ea68

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)