mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 03:47:20 +00:00
Merge pull request #764 from tj-actions/chore/update-debug-message
chore: update debug message
This commit is contained in:
commit
d2e030b6ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue