Skip to content

Commit

Permalink
refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Sep 26, 2023
1 parent 83bec86 commit a141a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/branchprotection/BranchProtectionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class BranchProtectionService {
})
.catch((error: any) => {
console.log('Branch protections is not enabled for repository: ' + repo);
console.log('Error: ', error);
console.log('Error:', error?.message);
});
core.exportVariable('numberOfReviewers', numberOfReviewers);
}
Expand Down

0 comments on commit a141a90

Please sign in to comment.