Skip to content

Commit bfc0055

Browse files
committed
fix line skip
1 parent 7569469 commit bfc0055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-todos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "-------------------------------------------"
2222
2323
while IFS=: read -r file line content; do
24-
echo "::error file=$file,line=$line::TODO must be resolved:\n $content"
24+
echo "::error file=$file,line=$line::TODO must be resolved:%0A$content"
2525
done < todos_found.txt
2626
2727
echo "-------------------------------------------"

0 commit comments

Comments
 (0)