From aff22e491a6ee5cf3807e6b4c8a90a629a4b8397 Mon Sep 17 00:00:00 2001 From: Alex Atkinson Date: Wed, 18 Dec 2024 15:01:38 -0500 Subject: [PATCH] THX-1138: Add missing arg. --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 84795df..74b866e 100644 --- a/action.yml +++ b/action.yml @@ -56,6 +56,7 @@ runs: exit 1 || true fi [[ -n "${{ inputs.mono-repo-product-name }}" ]] && opt='$opt -n ${{ inputs.mono-repo-product-name }}' + [[ -n "${{ inputs.mono-repo-product-path }}" ]] && opt='$opt -d ${{ inputs.mono-repo-product-path }}' new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true echo "new-version=$new_version" | tee $GITHUB_OUTPUT if [[ "$new_version" =~ "520" ]]; then