Skip to content

Commit

Permalink
refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Oct 3, 2023
1 parent 0106179 commit 7bfd846
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 @@ -33,7 +33,7 @@ export class BranchProtectionService {

core.exportVariable('numberOfReviewers', numberOfReviewers);
} catch (error) {
console.log(typeof error);
console.log('error', error);
core.warning('Error getting branch protection!');
console.log('Error:', error.message);
}
Expand Down

0 comments on commit 7bfd846

Please sign in to comment.