Merge pull request #29487 from Parsifal-M/patch/gitlab-repo-push
Gitlab Scaffolder Action - Add a little more context to the commitAction
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Adds more context to the `gitlab:repo:push` `commitAction` property for the installed actions section in the scaffolder
|
||||
@@ -89,7 +89,7 @@ export const createGitlabRepoPushAction = (options: {
|
||||
type: 'string',
|
||||
enum: ['create', 'update', 'delete'],
|
||||
description:
|
||||
'The action to be used for git commit. Defaults to create.',
|
||||
'The action to be used for git commit. Defaults to create, but can be set to update or delete',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user