Skip to content

Commit 9aee2e4

Browse files
authored
Merge pull request #25 from AlexAtkinson/feature/mono_repo_safety
THX-1138: Add missing arg.
2 parents 23a6f14 + aff22e4 commit 9aee2e4

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)