Skip to content

Commit

Permalink
Merge pull request #27 from AlexAtkinson/feature/mono_repo_safety
Browse files Browse the repository at this point in the history
THX-1138: Remove sanity qualifier.
  • Loading branch information
AlexAtkinson authored Dec 20, 2024
2 parents 41f27cc + bae7fbb commit 6b0ea68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ runs:
opt=''
[[ "${{ inputs.force-re-evaluate }}" == 'true' ]] && opt='$opt -f'
[[ "${{ inputs.force-patch-increment }}" == 'true' ]] && opt='$opt -p'
if [[ -z ${{ inputs.mono-repo-product-name }} ]]; then
echo -e "ERROR: 571 - mono-repo-product-name must be set and NOT null!"
exit 1 || true
fi
[[ "${{ inputs.mono-repo-product-name }}" != "" ]] && opt='$opt -n ${{ inputs.mono-repo-product-name }}'
[[ "${{ inputs.mono-repo-product-path }}" != "" ]] && opt='$opt -d ${{ inputs.mono-repo-product-path }}'
new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true
Expand Down

0 comments on commit 6b0ea68

Please sign in to comment.