fix(plugins/scaffolder-backend): seems like the order changed

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2024-11-20 17:33:11 +01:00
parent 8f59dc52d9
commit 009232e754
+1 -1
View File
@@ -354,7 +354,7 @@ export const createPublishGitlabMergeRequestAction: (options: {
sourcePath?: string | undefined;
targetPath?: string | undefined;
token?: string | undefined;
commitAction?: 'auto' | 'update' | 'skip' | 'create' | 'delete' | undefined;
commitAction?: 'auto' | 'update' | 'delete' | 'create' | 'skip' | undefined;
projectid?: string | undefined;
removeSourceBranch?: boolean | undefined;
assignee?: string | undefined;