We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc0055 commit 59ef6b8Copy full SHA for 59ef6b8
.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:%0A$content"
+ echo "::error file=$file,line=$line::TODO must be resolved before merge"
25
done < todos_found.txt
26
27
0 commit comments