Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>

<!-- ps-id: fb46e55d-ab1f-4436-b100-38c54d80e13f -->
  • Loading branch information
Alizter committed Mar 6, 2024
1 parent 8ea5557 commit dee36b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
done <<< "$(git diff --check $base_commit ${{ github.sha }} | grep '^-[^-]')"
if [ -n "${log}" ]; then
echo -e "Whitespace issues found in the following file(s) and line number(s):\n${log}" >> $GITHUB_OUTPUT
delimiter=$(openssl rand -hex 8)
echo "text<<${delimiter}" >> $GITHUB_OUTPUT
echo -e "${log}" >> $GITHUB_OUTPUT
echo "${delimiter}" >> $GITHUB_OUTPUT
exit 2
fi

0 comments on commit dee36b9

Please sign in to comment.