Update plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/gitlab.ts

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Johan Haals
2021-03-09 09:02:37 +01:00
committed by GitHub
parent 3126fe1d05
commit 955ae4556b
@@ -32,7 +32,7 @@ export function createPublishGitlabAction(options: {
}>({
id: 'publish:gitlab',
description:
'Initializes a git repository of contents in workspacePath and publishes to GitLab.',
'Initializes a git repository of the content in the workspace, and publishes to GitLab.',
schema: {
input: {
type: 'object',