From 5b125edfcce0acbdded12bddf33497bae9855a01 Mon Sep 17 00:00:00 2001 From: "@pawelmitka" Date: Fri, 27 Aug 2021 16:59:19 +0200 Subject: [PATCH] fix: update api-report.md Signed-off-by: @pawelmitka --- plugins/scaffolder-backend/api-report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index af52e7749d..dfda1ff2fc 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -114,10 +114,10 @@ export function createGithubActionsDispatchAction(options: { integrations: ScmIntegrationRegistry; }): TemplateAction; -// 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;