From af75a454bdabff8891f85d4a0f7f7a48a2fd626d Mon Sep 17 00:00:00 2001 From: Lilly Holden Date: Thu, 14 Jul 2022 15:28:47 +0100 Subject: [PATCH] Updated API report Signed-off-by: Lilly Holden --- plugins/scaffolder-backend/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index 30f77aac01..2667f97277 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -401,7 +401,7 @@ export const createPublishGitlabMergeRequestAction: (options: { branchName: string; targetPath: string; token?: string | undefined; - commitAction?: 'update' | 'delete' | 'create' | undefined; + commitAction?: 'update' | 'create' | 'delete' | undefined; projectid?: string | undefined; removeSourceBranch?: boolean | undefined; }>;