fix: generate api-report.md

Signed-off-by: Maurice Mohlek <maurice.mohlek@valtech.de>
This commit is contained in:
Maurice Mohlek
2023-01-13 16:03:44 +01:00
parent ffe1455cae
commit fe9eaf93db
+3
View File
@@ -341,6 +341,9 @@ export function createPublishBitbucketServerAction(options: {
sourcePath?: string | undefined;
enableLFS?: boolean | undefined;
token?: string | undefined;
gitCommitMessage?: string | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
}>;
// @public