chore: fix up the api reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-05-31 10:29:33 +02:00
parent c042c5eaff
commit dffd66eb96
+1
View File
@@ -270,6 +270,7 @@ export function createPublishGithubAction(options: {
description?: string | undefined;
access?: string | undefined;
defaultBranch?: string | undefined;
protectDefaultBranch?: boolean | undefined;
deleteBranchOnMerge?: boolean | undefined;
gitCommitMessage?: string | undefined;
gitAuthorName?: string | undefined;