chore: update debug message

This commit is contained in:
Tonye Jack 2022-11-05 02:59:57 -06:00 committed by GitHub
parent a2913c1b3d
commit 1b73c818fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ else
max_depth=5000
if [[ $depth -gt $max_depth ]]; then
echo "::error::Unable to find merge-base of $TARGET_BRANCH and HEAD."
echo "::error::Unable to find merge-base between $TARGET_BRANCH and HEAD."
fi
done