diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index bcdcfd7546..b46915674f 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -217,6 +217,7 @@ export function createGithubRepoPushAction(options: { description?: string | undefined; defaultBranch?: string | undefined; protectDefaultBranch?: boolean | undefined; + protectEnforceAdmins?: boolean | undefined; gitCommitMessage?: string | undefined; gitAuthorName?: string | undefined; gitAuthorEmail?: string | undefined; @@ -331,6 +332,7 @@ export function createPublishGithubAction(options: { access?: string | undefined; defaultBranch?: string | undefined; protectDefaultBranch?: boolean | undefined; + protectEnforceAdmins?: boolean | undefined; deleteBranchOnMerge?: boolean | undefined; gitCommitMessage?: string | undefined; gitAuthorName?: string | undefined;