Update plugins/scaffolder-backend-module-gitlab/src/actions/gitlab.ts

Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com>
This commit is contained in:
Jente Sondervorst
2025-01-14 08:49:10 +01:00
committed by GitHub
parent 06eee14594
commit 747b34ba49
@@ -129,7 +129,7 @@ export function createPublishGitlabAction(options: {
type: ['string', 'boolean'],
},
skipExisting: {
title: 'Source Path',
title: 'Skip if repository exists',
description:
'Do not publish the repository if it already exists. The default value is false.',
type: ['boolean'],