Merge pull request #16898 from Andy2003/bugfix/rename-output-param-of-gitlab-merge-request-action

Rename output parameter `mergeRequestURL` of `publish:gitlab:merge-re…
This commit is contained in:
Fredrik Adelöw
2023-03-17 09:17:41 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Rename output parameter `mergeRequestURL` of `publish:gitlab:merge-request` action to `mergeRequestUrl`.
@@ -127,7 +127,7 @@ export const createPublishGitlabMergeRequestAction = (options: {
title: 'Gitlab Project path',
type: 'string',
},
mergeRequestURL: {
mergeRequestUrl: {
title: 'MergeRequest(MR) URL',
type: 'string',
description: 'Link to the merge request in GitLab',