We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7569469 commit bfc0055Copy full SHA for bfc0055
.github/workflows/check-todos.yml
@@ -21,7 +21,7 @@ jobs:
21
echo "-------------------------------------------"
22
23
while IFS=: read -r file line content; do
24
- echo "::error file=$file,line=$line::TODO must be resolved:\n $content"
+ echo "::error file=$file,line=$line::TODO must be resolved:%0A$content"
25
done < todos_found.txt
26
27
0 commit comments