Skip to content

Commit

Permalink
Added threatmodeling
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Sep 7, 2023
1 parent 1126c32 commit 622729c
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 @@ -24,7 +24,7 @@ export class BranchProtectionService{
console.log(response.data);
}).catch((error) => {
core.warning("Error getting branch protection!");
core.warning("Error: ", error.message);
core.warning("Error: ", error);
});
}
}

0 comments on commit 622729c

Please sign in to comment.