From dc71dcfdef248874d35ee877b26b0a2f164f8a3c Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Wed, 4 Dec 2024 18:41:05 +0000 Subject: [PATCH] cleaned up comment --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c7fd44c..81a16c7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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} ` : `