Skip to content

Commit

Permalink
further cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 4, 2024
1 parent dc71dcf commit c588686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
The following checks failed:
${failedStepsDetails}
` : `
## Code Quality Checks Failed
No checks failed.
## Code Quality Checks
All code quality checks passed.
`;
const { data: comments } = await github.rest.issues.listComments({
issue_number: context.issue.number,
Expand Down

0 comments on commit c588686

Please sign in to comment.