fix: update api-report.md

Signed-off-by: @pawelmitka <pawel.mitka@brainly.com>
This commit is contained in:
@pawelmitka
2021-08-27 16:59:19 +02:00
parent 82fecb0405
commit 5b125edfcc
+2 -2
View File
@@ -114,10 +114,10 @@ export function createGithubActionsDispatchAction(options: {
integrations: ScmIntegrationRegistry;
}): TemplateAction<any>;
// Warning: (ae-missing-release-tag) "createGithubCreateRepositoryWebhookAction" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "createGithubWebhookAction" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export function createGithubCreateRepositoryWebhookAction(options: {
export function createGithubWebhookAction(options: {
integrations: ScmIntegrationRegistry;
}): TemplateAction<any>;