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:
+4
-4
@@ -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.`,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user