Skip to content

Commit 59ef6b8

Browse files
committed
improve message
1 parent bfc0055 commit 59ef6b8

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:%0A$content"
24+
echo "::error file=$file,line=$line::TODO must be resolved before merge"
2525
done < todos_found.txt
2626
2727
echo "-------------------------------------------"

0 commit comments

Comments
 (0)