Merge pull request #26981 from mbenson/publish_gitlab_projectId

declare correct type (number) for publish:gitlab output.projectId
This commit is contained in:
Fredrik Adelöw
2024-10-08 11:21:45 +02:00
committed by GitHub
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',