Update types on the action
Signed-off-by: Arthur Gavlyukovskiy <agavlyukovskiy@gmail.com>
This commit is contained in:
+2
-2
@@ -38,8 +38,8 @@ export const createPublishGitlabMergeRequestAction = (options: {
|
||||
title: string;
|
||||
description: string;
|
||||
branchName: string;
|
||||
sourcePath: string;
|
||||
targetPath: string;
|
||||
sourcePath?: string;
|
||||
targetPath?: string;
|
||||
token?: string;
|
||||
commitAction?: 'create' | 'delete' | 'update';
|
||||
/** @deprecated Use projectPath instead */
|
||||
|
||||
Reference in New Issue
Block a user