Skip to content

Commit 074862c

Browse files
committed
fix: PR comments being rendered as code blocks
1 parent 306a8e5 commit 074862c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/ci/pr_comment.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ NOTE: The following tests have been failing on the master branch as well as the
3333
<li> ccextractor {{ test.command }} <a href="{{ url_for('sample.sample_by_id', sample_id=test.sample.id, _external=True) }}">{{ test.sample.sha[:10] }}...</a>, Last passed:
3434
{% set last_passed_id = test.last_passed_on_windows if platform.lower() == 'windows' else test.last_passed_on_linux %}
3535
{% if last_passed_id %}
36-
<a href="{{ url_for('test.by_id', test_id=last_passed_id, _external=True) }}">Test {{ last_passed_id }}</a>
36+
<a href="{{ url_for('test.by_id', test_id=last_passed_id, _external=True) }}">Test {{ last_passed_id }}</a>
3737
{% else %}
38-
<span>Never</span>
38+
<span>Never</span>
3939
{% endif %}
4040
</li>
4141
{% endfor %}

0 commit comments

Comments
 (0)