Skip to content

Commit

Permalink
🐛 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushi-agrawal-gladstone authored Oct 2, 2024
1 parent de1e938 commit 063f382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/1_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ jobs:
id: report
run: |
# Fixing newline characters for the Data nodes notes
note_test_nodes_formatted=$(echo "${{ env.note_test_nodes }}" | tr '\n' '<br>')
# note_test_nodes_formatted=$(echo "${{ env.note_test_nodes }}" | tr '\n' '<br>')
# Initialize the review tasks based on the automated test results
review_tasks=""
Expand All @@ -998,7 +998,7 @@ jobs:
|---|---|---|---|
| 1 | Title Length | ${{ env.note_test_title }} | \$\${\color{${{ env.color_test_title }}}${{ env.status_test_title }}}\$\$ |
| 2 | Description Length | ${{ env.note_test_desc }} | \$\${\color{${{ env.color_test_desc }}}${{ env.status_test_desc }}}\$\$ |
| 3 | Data nodes | '"$note_test_nodes_formatted"' | \$\${\color{${{ env.color_test_nodes }}}${{ env.status_test_nodes }}}\$\$ |
| 3 | Data nodes | ${{ env.note_test_nodes }} | \$\${\color{${{ env.color_test_nodes }}}${{ env.status_test_nodes }}}\$\$ |
---
## Reviewer Checklist
Expand Down

0 comments on commit 063f382

Please sign in to comment.