From 7bfd846f2d00ffb9d03fa9f42c4c5e0ea36d13f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Bokvad=20Engar=C3=A5s?= Date: Tue, 3 Oct 2023 09:16:38 +0200 Subject: [PATCH] refactor project --- 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 6eb21ab1..43ee288d 100644 --- a/src/branchprotection/BranchProtectionService.ts +++ b/src/branchprotection/BranchProtectionService.ts @@ -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); }