chore(scaffolder): update API reports

Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
Benjamin Janssens
2025-02-04 14:33:27 +01:00
committed by blam
parent 5c187f9313
commit af0a23d8b4
+5 -1
View File
@@ -332,7 +332,11 @@ export const createPublishGithubPullRequestAction: (
commitMessage?: string | undefined;
update?: boolean | undefined;
forceFork?: boolean | undefined;
gitAuthorName?: string | undefined;
gitAuthorName?: string | undefined
/**
* @public
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-bitbucket-server` instead
*/;
gitAuthorEmail?: string | undefined;
forceEmptyGitAuthor?: boolean | undefined;
},