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:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Rename output parameter `mergeRequestURL` of `publish:gitlab:merge-request` action to `mergeRequestUrl`.
|
||||
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user