Skip to content

Commit

Permalink
fix: cleanup comment output [sc-00]
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Oct 12, 2023
1 parent bbb34a6 commit 7cfa2c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/link-checker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ then
echo "$LINKS"
echo -e "$PURPLE ============================== $NC"
echo "result<<EOF" >> "$GITHUB_OUTPUT"
echo "$RESULTS\n\n" >> "$GITHUB_OUTPUT"
echo "$RESULT" >> "$GITHUB_OUTPUT"
echo "" >> "$GITHUB_OUTPUT"
echo "" >> "$GITHUB_OUTPUT"
echo "$LINKS" >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
exit 1
Expand Down

0 comments on commit 7cfa2c6

Please sign in to comment.