fix(plugins/scaffolder-backend-module-githu): generating api report for changed plugin

Signed-off-by: Matheus Castiglioni <mahenrique94@users.noreply.github.com>
This commit is contained in:
Matheus Castiglioni
2024-05-03 20:46:41 -03:00
parent 52ab24122a
commit 0be2c4d808
2 changed files with 4 additions and 0 deletions
@@ -389,6 +389,8 @@ export const createPublishGithubPullRequestAction: (
commitMessage?: string | undefined;
update?: boolean | undefined;
forceFork?: boolean | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
},
JsonObject
>;
+2
View File
@@ -285,6 +285,8 @@ export const createPublishGithubPullRequestAction: (
commitMessage?: string | undefined;
update?: boolean | undefined;
forceFork?: boolean | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
},
JsonObject
>;