declare correct type (number) for publish:gitlab output.projectId

Signed-off-by: Matt Benson <gudnabrsam@gmail.com>
This commit is contained in:
Matt Benson
2024-10-04 15:37:57 -05:00
parent 660cb1c108
commit 73f2ccf218
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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',