Fix titles

This commit is contained in:
Zanie
2023-10-25 14:57:00 -05:00
parent f7790698b7
commit 28bfab5eff

View File

@@ -57,14 +57,14 @@ jobs:
- name: Generate `check` ecosystem comment
if: steps.download-ecosystem-result-check.outputs.found_artifact == 'true'
run: |
echo "## Ecosystem results `ruff check`" >> comment.txt
echo '## Ecosystem results `ruff check`' >> comment.txt
cat pr/ecosystem/ecosystem-result-check >> comment.txt
echo "<br />" >> comment.txt
- name: Generate `format` ecosystem comment
if: steps.download-ecosystem-result-format.outputs.found_artifact == 'true'
run: |
echo "## Ecosystem results `ruff format`" >> comment.txt
echo '## Ecosystem results `ruff format`' >> comment.txt
cat pr/ecosystem/ecosystem-result-format >> comment.txt
echo "<br />" >> comment.txt