From 66a38b2d59147818da308535568936c2ba26e689 Mon Sep 17 00:00:00 2001 From: blam Date: Sat, 9 Dec 2023 10:46:09 +0100 Subject: [PATCH] chore: fix api-reports Signed-off-by: blam --- plugins/scaffolder-node/api-report.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/plugins/scaffolder-node/api-report.md b/plugins/scaffolder-node/api-report.md index ca1b9e8b4e..6bb1534679 100644 --- a/plugins/scaffolder-node/api-report.md +++ b/plugins/scaffolder-node/api-report.md @@ -46,15 +46,7 @@ export type ActionContext< }; // @public (undocumented) -export function commitAndPushRepo({ - dir, - auth, - logger, - commitMessage, - gitAuthorInfo, - branch, - remoteRef, -}: { +export function commitAndPushRepo(input: { dir: string; auth: | { @@ -149,15 +141,7 @@ export const getRepoSourceDirectory: ( ) => string; // @public (undocumented) -export function initRepoAndPush({ - dir, - remoteUrl, - auth, - logger, - defaultBranch, - commitMessage, - gitAuthorInfo, -}: { +export function initRepoAndPush(input: { dir: string; remoteUrl: string; auth: