We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c79a65d + f5ff79e commit 4f8891fCopy full SHA for 4f8891f
action.yml
@@ -54,6 +54,7 @@ runs:
54
[[ "${{ github.event.inputs.mono-repo-product-name }}" != "" ]] && opt='$opt -n ${{ github.event.inputs.mono-repo-product-name }}'
55
[[ "${{ github.event.inputs.mono-repo-product-path }}" != "" ]] && opt='$opt -d ${{ github.event.inputs.mono-repo-product-path }}'
56
new_version="$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)" || true
57
+ debug_cmd="echo ${{ github.action_path }}/scripts/detectNewVersion.sh $opt" || true
58
echo "new-version=$new_version" | tee $GITHUB_OUTPUT
59
if [[ "$new_version" =~ "520" ]]; then
60
echo -e "ERROR: 520 - You must source this script when specifying an environment variable! Eg: '. ./foo.sh -e bar_ver'"
0 commit comments