Skip to content

Commit

Permalink
change run-id
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman12 committed May 29, 2024
1 parent 5f3ed5a commit ca947e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment-on-linter-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- completed

jobs:
upload:
comment:
runs-on: ubuntu-latest
if: >
github.event.workflow_run.event == 'pull_request' &&
Expand All @@ -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
Expand Down

0 comments on commit ca947e9

Please sign in to comment.