update API report

Signed-off-by: mbruhin <47482924+mbruhin@users.noreply.github.com>
This commit is contained in:
mbruhin
2024-03-13 13:13:28 -06:00
parent 0e48aaf690
commit 224c59d707
@@ -45,6 +45,8 @@ export function createPublishBitbucketServerPullRequestAction(options: {
targetBranch?: string | undefined;
sourceBranch: string;
token?: string | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
},
JsonObject
>;