Skip to content

Commit

Permalink
Fix newline character output
Browse files Browse the repository at this point in the history
  • Loading branch information
bstoll committed Jun 3, 2024
1 parent 4aa1c49 commit 7942e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proto_breaking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if [ "${OUTPUT}" == "" ]; then
echo "No breaking changes."
else
echo $OUTPUT
echo -e "${OUTPUT}"
ERROR=true
fi
fi
Expand Down

0 comments on commit 7942e2b

Please sign in to comment.