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: