Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Aug 27, 2024
1 parent 1ed6889 commit d32ef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ensureSCCoreDevApproval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
// extract the git login handles of all reviewers that approved this PR
const reviewerHandles = approvedReviews.map(review => review.user.login);
if(!reviewerHandles)
console.log('This PR has been approved by the following git members: ${reviewerHandles}${colors.reset}`);
console.log('This PR has been approved by the following git members: ${reviewerHandles}`);
else
console.log('${colors.red}This PR has no approvals${colors.reset}`);
Expand Down

0 comments on commit d32ef5e

Please sign in to comment.