Skip to content

Commit

Permalink
Merge pull request #764 from tj-actions/chore/update-debug-message
Browse files Browse the repository at this point in the history
chore: update debug message
  • Loading branch information
jackton1 committed Nov 5, 2022
2 parents a2913c1 + 1b73c81 commit d2e030b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff-sha.sh
Expand Up @@ -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

Expand Down

0 comments on commit d2e030b

Please sign in to comment.