Updated api
Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com>
This commit is contained in:
@@ -14,7 +14,13 @@ export const createGitlabGroupEnsureExistsAction: (options: {
|
||||
integrations: ScmIntegrationRegistry;
|
||||
}) => TemplateAction<
|
||||
{
|
||||
path: string[];
|
||||
path: (
|
||||
| string
|
||||
| {
|
||||
name: string;
|
||||
slug: string;
|
||||
}
|
||||
)[];
|
||||
repoUrl: string;
|
||||
token?: string | undefined;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user