Skip to content

Commit 063f382

Browse files
🐛 fix
1 parent de1e938 commit 063f382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/1_on_pull_request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ jobs:
973973
id: report
974974
run: |
975975
# 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>')
977977
978978
# Initialize the review tasks based on the automated test results
979979
review_tasks=""
@@ -998,7 +998,7 @@ jobs:
998998
|---|---|---|---|
999999
| 1 | Title Length | ${{ env.note_test_title }} | \$\${\color{${{ env.color_test_title }}}${{ env.status_test_title }}}\$\$ |
10001000
| 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 }}}\$\$ |
10021002
10031003
---
10041004
## Reviewer Checklist

0 commit comments

Comments
 (0)