Skip to content

Commit

Permalink
Fix actionlint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 16, 2024
1 parent e551f60 commit 83e6733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "### $TITLE"
echo "See https://mutants.rs/using-results.html for more information."
echo '```'
cat results.txt | sed 's/[^[:print:]]//g'
sed 's/[^[:print:]]//g' results.txt
echo '```'
} > "$GITHUB_STEP_SUMMARY"
Expand Down

0 comments on commit 83e6733

Please sign in to comment.