From ca947e98942fe3173980a483225b439df11e7b17 Mon Sep 17 00:00:00 2001 From: pputman12 Date: Wed, 29 May 2024 08:00:45 -0500 Subject: [PATCH] change run-id --- .github/workflows/comment-on-linter-error.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment-on-linter-error.yml b/.github/workflows/comment-on-linter-error.yml index 46cd9dc..7552fb9 100644 --- a/.github/workflows/comment-on-linter-error.yml +++ b/.github/workflows/comment-on-linter-error.yml @@ -9,7 +9,7 @@ on: - completed jobs: - upload: + comment: runs-on: ubuntu-latest if: > github.event.workflow_run.event == 'pull_request' && @@ -20,7 +20,7 @@ jobs: with: name: pr-number path: pr - run_id: ${{github.event.workflow_run.id }}, + run-id: ${{github.event.workflow_run.id }}, - name: Display structure of downloaded files run: ls -R pr - name: Catfile