Update diff-sha.sh

This commit is contained in:
Tonye Jack
2022-11-06 22:53:53 -07:00
committed by GitHub
parent dc88c3a0c5
commit 321490c60a

View File

@@ -155,6 +155,7 @@ else
if [[ $depth -gt $max_depth ]]; then
echo "::error::Unable to find merge-base between $TARGET_BRANCH and HEAD."
exit 1
fi
done
fi