diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml
index c52868d59e..120ad9fe60 100644
--- a/.github/workflows/pr-comment.yaml
+++ b/.github/workflows/pr-comment.yaml
@@ -58,14 +58,14 @@ jobs:
if: steps.download-ecosystem-result-check.outputs.found_artifact == 'true'
run: |
echo '## Ecosystem results `ruff check`' >> comment.txt
- cat pr/ecosystem/ecosystem-result-check >> comment.txt
+ cat pr/ecosystem-check >> comment.txt
echo "
" >> 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
- cat pr/ecosystem/ecosystem-result-format >> comment.txt
+ cat pr/ecosystem-format >> comment.txt
echo "
" >> comment.txt
- name: Check comment