Skip to content

Commit 4f8891f

Browse files
authored
Merge pull request #30 from AlexAtkinson/feature/mono_repo_safety
THX-1138: Debug output.
2 parents c79a65d + f5ff79e commit 4f8891f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ runs:
5454
[[ "${{ github.event.inputs.mono-repo-product-name }}" != "" ]] && opt='$opt -n ${{ github.event.inputs.mono-repo-product-name }}'
5555
[[ "${{ github.event.inputs.mono-repo-product-path }}" != "" ]] && opt='$opt -d ${{ github.event.inputs.mono-repo-product-path }}'
5656
new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true
57+
debug_cmd="echo ${{ github.action_path }}/scripts/detectNewVersion.sh $opt" || true
5758
echo "new-version=$new_version" | tee $GITHUB_OUTPUT
5859
if [[ "$new_version" =~ "520" ]]; then
5960
echo -e "ERROR: 520 - You must source this script when specifying an environment variable! Eg: '. ./foo.sh -e bar_ver'"

0 commit comments

Comments
 (0)