Skip to content

Commit

Permalink
Potential fix 3 for failed code quality check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Aug 30, 2024
1 parent bd9f6bc commit 8af8ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/failed_code_quality_check_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure'
name: Post comment to run make style
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v4
with:
name: pr-number
run-id: ${{github.event.workflow_run.id }}
- name: Get PR number
id: github-context
run: |
Expand Down

0 comments on commit 8af8ed2

Please sign in to comment.