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:04 +02:00
committed by GitHub
parent a8e9848479
commit e77616e880
+1 -1
View File
@@ -429,7 +429,7 @@ export const createPublishGitlabMergeRequestAction: (options: {
title: string;
description: string;
branchName: string;
sourcePath: string;
sourcePath?: string;
targetPath: string;
token?: string | undefined;
commitAction?: 'update' | 'create' | 'delete' | undefined;