From db7a11502efa30fcae7231ded843de0b0fc56010 Mon Sep 17 00:00:00 2001 From: Phred Date: Sun, 15 Jun 2025 21:33:17 -0500 Subject: [PATCH] added API report (again) Signed-off-by: Phred After `yarn install` and `yarn build:api-reports` Signed-off-by: benjdlambert --- plugins/scaffolder-backend-module-github/report.api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/scaffolder-backend-module-github/report.api.md b/plugins/scaffolder-backend-module-github/report.api.md index 5c9d490fdc..2a896836de 100644 --- a/plugins/scaffolder-backend-module-github/report.api.md +++ b/plugins/scaffolder-backend-module-github/report.api.md @@ -247,8 +247,8 @@ export function createGithubRepoCreateAction(options: { access: string; } | { - access: string; team: string; + access: string; } )[] | undefined; @@ -406,8 +406,8 @@ export function createPublishGithubAction(options: { access: string; } | { - access: string; team: string; + access: string; } )[] | undefined;