api reports

Signed-off-by: Shivam bisht <shvmbisht@gmail.com>
This commit is contained in:
Shivam bisht
2022-04-21 00:12:25 +05:30
parent 0fc65cbf89
commit a25afad370
+9
View File
@@ -193,6 +193,9 @@ export function createPublishAzureAction(options: {
defaultBranch?: string | undefined;
sourcePath?: string | undefined;
token?: string | undefined;
gitCommitMessage?: string | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
}>;
// @public
@@ -207,6 +210,9 @@ export function createPublishBitbucketAction(options: {
sourcePath?: string | undefined;
enableLFS?: boolean | undefined;
token?: string | undefined;
gitCommitMessage?: string | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
}>;
// @public
@@ -225,6 +231,9 @@ export function createPublishGithubAction(options: {
access?: string | undefined;
defaultBranch?: string | undefined;
deleteBranchOnMerge?: boolean | undefined;
gitCommitMessage?: string | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
allowRebaseMerge?: boolean | undefined;
allowSquashMerge?: boolean | undefined;
allowMergeCommit?: boolean | undefined;