From 3fd64dac833dbad559bf3fa60121b5f36745ec24 Mon Sep 17 00:00:00 2001 From: Zanie Date: Wed, 25 Oct 2023 14:59:29 -0500 Subject: [PATCH] Fix file paths --- .github/workflows/pr-comment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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