declare correct type (number) for publish:gitlab output.projectId
Signed-off-by: Matt Benson <gudnabrsam@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': minor
|
||||
---
|
||||
|
||||
declare correct type (number) for publish:gitlab output.projectId
|
||||
@@ -294,7 +294,7 @@ export function createPublishGitlabAction(options: {
|
||||
},
|
||||
projectId: {
|
||||
title: 'The ID of the project',
|
||||
type: 'string',
|
||||
type: 'number',
|
||||
},
|
||||
commitHash: {
|
||||
title: 'The git commit hash of the initial commit',
|
||||
|
||||
Reference in New Issue
Block a user