File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 5050 cd $GITHUB_WORKSPACE
5151 opt=''
5252 [[ "${{ inputs.force-re-evaluate }}" == 'true' ]] && opt='$opt -f'
53+ [[ "${{ inputs.force-re-evaluate }}" == 'true' ]] && echo "DEBUG 01: ${{ inputs.force-re-evaluate }}"
54+ echo "DEBUG 01x: ${{ inputs.force-re-evaluate }}"
5355 [[ "${{ inputs.force-patch-increment }}" == 'true' ]] && opt='$opt -p'
56+ [[ "${{ inputs.force-patch-increment }}" == 'true' ]] && echo "DEBUG 02: ${{ inputs.force-patch-increment }}"
57+ echo "DEBUG 02x: ${{ inputs.force-patch-increment }}"
5458 [[ "${{ inputs.mono-repo-product-name }}" != "" ]] && opt='$opt -n ${{ inputs.mono-repo-product-name }}'
59+ [[ "${{ inputs.mono-repo-product-name }}" != "" ]] && echo "DEBUG 03: ${{ inputs.mono-repo-product-name }}"
60+ echo "DEBUG 03x: ${{ inputs.mono-repo-product-name }}"
5561 [[ "${{ inputs.mono-repo-product-path }}" != "" ]] && opt='$opt -d ${{ inputs.mono-repo-product-path }}'
62+ [[ "${{ inputs.mono-repo-product-path }}" != "" ]] && echo "DEBUG 04: ${{ inputs.mono-repo-product-path }}"
63+ echo "DEBUG 04x: ${{ inputs.mono-repo-product-path }}"
5664 new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true
5765 echo "new-version=$new_version" | tee $GITHUB_OUTPUT
5866 if [[ "$new_version" =~ "520" ]]; then
You can’t perform that action at this time.
0 commit comments