Skip to content

Commit 64eecb6

Browse files
Fix comment formating (#879)
1 parent 3656a4d commit 64eecb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/acceptance-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ jobs:
224224
echo ""
225225
grep '^--- PASS' test_output.log | awk '{print "✅ " $3}' || true
226226
else
227-
echo ""
228227
echo "No tests passed 😞❗"
229228
fi
230229
echo "==================================================================================================================================================="
@@ -310,7 +309,7 @@ jobs:
310309
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
311310
body: |
312311
- 🧪 **`Build Status: `** `${{ job.status }}`
313-
- 📌 **`GitHub Action: `[View GitHub Actions Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})`
312+
- 📌 **`GitHub Action: `** [View GitHub Actions Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
314313
- 📊 **`Code Coverage: `** `${{ env.CODE_COVERAGE_OUTPUT }}`
315314
- 📝 **`Test Summary: `**
316315
```txt

0 commit comments

Comments
 (0)