From 24bb0110cc9871111ad1fb65f96bd1a85c2056e5 Mon Sep 17 00:00:00 2001 From: Johanna Ahlskog Date: Thu, 14 Sep 2023 14:09:07 +0200 Subject: [PATCH] added proper console logs to pipeline --- src/branchprotection/BranchProtectionService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branchprotection/BranchProtectionService.ts b/src/branchprotection/BranchProtectionService.ts index 50c189c8..edf98786 100644 --- a/src/branchprotection/BranchProtectionService.ts +++ b/src/branchprotection/BranchProtectionService.ts @@ -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); });