Skip to content

Commit

Permalink
show newline after truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
resolritter committed Apr 24, 2023
1 parent 030f657 commit 0a61e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
diff="$(git diff --cached --color=never)"
echo "${diff::1000}"
if [ ${#diff} -gt 1000 ]; then
echo "-- TRUNCATED --"
echo "-- TRUNCATED --"$'\n'
fi
files_changed_msg="$output"
Expand Down

0 comments on commit 0a61e40

Please sign in to comment.