From a44e5955e043bf2f75ea8f18c120f781b888218b Mon Sep 17 00:00:00 2001 From: Lilly Holden Date: Mon, 20 Jun 2022 13:57:11 +0100 Subject: [PATCH] Updated API Report Signed-off-by: Lilly Holden --- plugins/scaffolder-backend/api-report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index 707b8e62ba..b5950cd868 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -344,6 +344,7 @@ export const createPublishGitlabMergeRequestAction: (options: { branchName: string; targetPath: string; token?: string | undefined; + commitAction?: 'update' | 'delete' | 'create' | undefined; projectid?: string | undefined; }>;