mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
Fix titles
This commit is contained in:
4
.github/workflows/pr-comment.yaml
vendored
4
.github/workflows/pr-comment.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user