File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -973,7 +973,7 @@ jobs:
973
973
id : report
974
974
run : |
975
975
# Fixing newline characters for the Data nodes notes
976
- note_test_nodes_formatted=$(echo "${{ env.note_test_nodes }}" | tr '\n' '<br>')
976
+ # note_test_nodes_formatted=$(echo "${{ env.note_test_nodes }}" | tr '\n' '<br>')
977
977
978
978
# Initialize the review tasks based on the automated test results
979
979
review_tasks=""
@@ -998,7 +998,7 @@ jobs:
998
998
|---|---|---|---|
999
999
| 1 | Title Length | ${{ env.note_test_title }} | \$\${\color{${{ env.color_test_title }}}${{ env.status_test_title }}}\$\$ |
1000
1000
| 2 | Description Length | ${{ env.note_test_desc }} | \$\${\color{${{ env.color_test_desc }}}${{ env.status_test_desc }}}\$\$ |
1001
- | 3 | Data nodes | '"$note_test_nodes_formatted"' | \$\${\color{${{ env.color_test_nodes }}}${{ env.status_test_nodes }}}\$\$ |
1001
+ | 3 | Data nodes | ${{ env.note_test_nodes }} | \$\${\color{${{ env.color_test_nodes }}}${{ env.status_test_nodes }}}\$\$ |
1002
1002
1003
1003
---
1004
1004
## Reviewer Checklist
You can’t perform that action at this time.
0 commit comments