From 5f3ed5ac94b2b2d7d33c166ef0af32c75e4f1844 Mon Sep 17 00:00:00 2001 From: pputman12 Date: Wed, 29 May 2024 07:58:26 -0500 Subject: [PATCH] adding checkout main --- .github/workflows/comment-on-linter-error.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/comment-on-linter-error.yml b/.github/workflows/comment-on-linter-error.yml index ddc40d3..46cd9dc 100644 --- a/.github/workflows/comment-on-linter-error.yml +++ b/.github/workflows/comment-on-linter-error.yml @@ -20,13 +20,11 @@ jobs: with: name: pr-number path: pr + run_id: ${{github.event.workflow_run.id }}, - name: Display structure of downloaded files run: ls -R pr - - name: Catfie + - name: Catfile run: cat pr/pr-number - - - - name: 'Comment on PR' uses: actions/github-script@v6 with: