Update plugins/scaffolder-backend/api-report.md

Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Arthur Gavlyukovskiy <agavlyukovskiy@gmail.com>
This commit is contained in:
Arthur Gavlyukovskiy
2022-10-06 14:49:10 +02:00
committed by GitHub
parent e77616e880
commit 3297aa65d3
+1 -1
View File
@@ -430,7 +430,7 @@ export const createPublishGitlabMergeRequestAction: (options: {
description: string;
branchName: string;
sourcePath?: string;
targetPath: string;
targetPath?: string;
token?: string | undefined;
commitAction?: 'update' | 'create' | 'delete' | undefined;
projectid?: string | undefined;