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

Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Maurice Mohlek <mohlek@gmail.com>
This commit is contained in:
Maurice Mohlek
2023-01-13 15:19:24 +01:00
committed by GitHub
parent 72d6b9f4e2
commit da8e11460e
@@ -183,14 +183,14 @@ export function createPublishBitbucketServerAction(options: {
description: `Sets the commit message on the repository. The default value is 'initial commit'`,
},
gitAuthorName: {
title: 'Default Author Name',
title: 'Author Name',
type: 'string',
description: `Sets the default author name for the commit. The default value is 'Scaffolder'`,
description: `Sets the author name for the commit. The default value is 'Scaffolder'`,
},
gitAuthorEmail: {
title: 'Default Author Email',
title: 'Author Email',
type: 'string',
description: `Sets the default author email for the commit.`,
description: `Sets the author email for the commit.`,
},
},
},