diff --git a/.github/workflows/comment-on-linter-error.yml b/.github/workflows/comment-on-linter-error.yml index 16188ab..55df3a2 100644 --- a/.github/workflows/comment-on-linter-error.yml +++ b/.github/workflows/comment-on-linter-error.yml @@ -18,16 +18,16 @@ jobs: - name: Save PR number run: | mkdir -p ./pr - echo ${{ github.event.number }} > ./pr/NR + echo ${{ github.event.number }} > ./pr/pr-number - uses: actions/upload-artifact@v4 with: name: pr-number - path: pr/NR + path: pr/pr-number - name: 'Download artifact' uses: actions/download-artifact@v4 with: name: pr-number - path: pr/ + path: pr/pr-number - name: Display structure of downloaded files run: ls -R pr