Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Sep 8, 2023
1 parent 03961c6 commit b511e03
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 @@ -26,7 +26,7 @@ export class BranchProtectionService {
})
.catch((error) => {
core.warning('Error getting branch protection!');
console.log('Error: ', error);
console.log('Error: ', error.message);
});
}
}

0 comments on commit b511e03

Please sign in to comment.