Update API docs
Signed-off-by: Simon Gellis <sgellis@attentivemobile.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user