Skip to content

Commit aff22e4

Browse files
committed
THX-1138: Add missing arg.
1 parent b929d79 commit aff22e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ runs:
5656
exit 1 || true
5757
fi
5858
[[ -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 }}'
5960
new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true
6061
echo "new-version=$new_version" | tee $GITHUB_OUTPUT
6162
if [[ "$new_version" =~ "520" ]]; then

0 commit comments

Comments
 (0)