updated api reports

Signed-off-by: Shivam bisht <shvmbisht@gmail.com>
This commit is contained in:
Shivam bisht
2022-03-22 17:59:28 +05:30
parent 1e128d9531
commit 45b4b821a0
+1 -1
View File
@@ -266,7 +266,7 @@ export function createPublishGitlabAction(options: {
repoVisibility?: 'internal' | 'private' | 'public' | undefined;
sourcePath?: string | undefined;
token?: string | undefined;
defaultCommitMessage?: string | undefined;
gitCommitMessage?: string | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
}>;