Skip to content

Commit

Permalink
cleaned up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 4, 2024
1 parent 984aa9b commit dc71dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
].filter(step => step.conclusion === 'failure');
const failedStepsDetails = failedSteps.map(step => `- ${step.name}`).join('\n');
const commentBody = failedSteps.length > 0 ? `
## Code Quality Checks Failed
## Code Quality Checks
The following checks failed:
${failedStepsDetails}
` : `
Expand Down

0 comments on commit dc71dcf

Please sign in to comment.