Skip to content

Commit

Permalink
Merge pull request #35 from Omegapoint/feature/FixedBranchprotectionZero
Browse files Browse the repository at this point in the history
refactor project
  • Loading branch information
jonathanbokvad authored Oct 3, 2023
2 parents 3bc69db + 7bfd846 commit 43d9280
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 43d9280

Please sign in to comment.