Skip to content

Commit f408321

Browse files
committed
Fix backticks
1 parent a93859a commit f408321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mutants.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
{
4343
echo "### Mutants"
4444
echo "See https://mutants.rs/using-results.html for more information."
45-
echo "```"
45+
echo '```'
4646
cat results.txt
47-
echo "```"
47+
echo '```'
4848
} > "$GITHUB_STEP_SUMMARY"
4949
5050
- name: Archive mutants.out

0 commit comments

Comments
 (0)