Updated api

Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com>
This commit is contained in:
Jente Sondervorst
2025-01-10 22:52:11 +01:00
parent 7b6298706b
commit 4273db9b7e
@@ -14,7 +14,13 @@ export const createGitlabGroupEnsureExistsAction: (options: {
integrations: ScmIntegrationRegistry;
}) => TemplateAction<
{
path: string[];
path: (
| string
| {
name: string;
slug: string;
}
)[];
repoUrl: string;
token?: string | undefined;
},