add api reports

Signed-off-by: Tanner Juedeman <tbjuedeman@gmail.com>
This commit is contained in:
Tanner Juedeman
2025-01-27 15:51:30 -06:00
committed by blam
parent bb8302b200
commit 5a0ff48ca2
2 changed files with 2 additions and 0 deletions
@@ -469,6 +469,7 @@ export const createPublishGithubPullRequestAction: (
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
forceEmptyGitAuthor?: boolean | undefined;
createWhenEmpty?: boolean | undefined;
},
JsonObject
>;
+1
View File
@@ -345,6 +345,7 @@ export const createPublishGithubPullRequestAction: (
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
forceEmptyGitAuthor?: boolean | undefined;
createWhenEmpty?: boolean | undefined;
},
JsonObject
>;