Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
Signed-off-by: Shivam bisht <shvmbisht@gmail.com>
This commit is contained in:
mufaddal motiwala
2022-03-04 17:24:46 +05:30
committed by Shivam bisht
parent 2a7d52ca2c
commit 44766e8f67
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-scaffolder-backend': patch
---
override default commit message and author details in gitlab action
Override default commit message and author details in GitLab action
+3
View File
@@ -266,6 +266,9 @@ export function createPublishGitlabAction(options: {
repoVisibility?: 'internal' | 'private' | 'public' | undefined;
sourcePath?: string | undefined;
token?: string | undefined;
defaultCommitMessage?: string | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
}>;
// @public