updated api-report

Signed-off-by: John Redwood <john.r.k.redwood@gmail.com>
This commit is contained in:
John Redwood
2024-05-28 12:31:13 +10:00
parent cf96041109
commit d7c6fdf8a9
+4 -1
View File
@@ -287,7 +287,10 @@ 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-azure instead
*/;
gitAuthorEmail?: string | undefined;
},
JsonObject