adds some more context to the commitaction for gitlab:repo:push in terms of the options available

Signed-off-by: Peter Macdonald <peterm4c@pm.me>
This commit is contained in:
Peter Macdonald
2025-04-05 19:48:47 +02:00
parent 61f169210c
commit 19e23da8d6
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Adds more context to the gitlab repo push commitAction 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',
},
},
},