Skip to content

Commit dee36b9

Browse files
committed
fix
Signed-off-by: Ali Caglayan <[email protected]> <!-- ps-id: fb46e55d-ab1f-4436-b100-38c54d80e13f -->
1 parent 8ea5557 commit dee36b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/whitespace.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
done <<< "$(git diff --check $base_commit ${{ github.sha }} | grep '^-[^-]')"
6161
6262
if [ -n "${log}" ]; then
63-
echo -e "Whitespace issues found in the following file(s) and line number(s):\n${log}" >> $GITHUB_OUTPUT
63+
delimiter=$(openssl rand -hex 8)
64+
echo "text<<${delimiter}" >> $GITHUB_OUTPUT
65+
echo -e "${log}" >> $GITHUB_OUTPUT
66+
echo "${delimiter}" >> $GITHUB_OUTPUT
6467
exit 2
6568
fi

0 commit comments

Comments
 (0)