Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Aug 16, 2024
1 parent 6c04981 commit 4aab4cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/failed_code_quality_check_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
- name: Post comment to run make style
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ inputs.pr-number }}
body: The code quality check failed, please run `make style`.
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ inputs.pr-number }}
body: The code quality check failed, please run `make style`.

0 comments on commit 4aab4cc

Please sign in to comment.