Skip to content

Commit

Permalink
added proper console logs to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanna Ahlskog committed Sep 14, 2023
1 parent 373294b commit 24bb011
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 @@ -25,7 +25,7 @@ export class BranchProtectionService {
console.log(response.data);
})
.catch((error) => {
console.log('Branch protections is not enabled for repository:' + repo)
console.log('Branch protections is not enabled for repository: ' + repo)
//core.warning('Error getting branch protection!');
//console.log('Error: ', error.message);
});
Expand Down

0 comments on commit 24bb011

Please sign in to comment.