Update API docs

Signed-off-by: Simon Gellis <sgellis@attentivemobile.com>
This commit is contained in:
Simon Gellis
2022-03-23 17:53:13 -04:00
parent aabd601b11
commit 5fd5a1ae80
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -251,6 +251,7 @@ export const createPublishGithubPullRequestAction: ({
branchName: string;
description: string;
repoUrl: string;
draft?: boolean | undefined;
targetPath?: string | undefined;
sourcePath?: string | undefined;
token?: string | undefined;
@@ -114,8 +114,8 @@ export const createPublishGithubPullRequestAction = ({
title: string;
branchName: string;
description: string;
draft?: boolean;
repoUrl: string;
draft?: boolean;
targetPath?: string;
sourcePath?: string;
token?: string;