diff --git a/plugins/scaffolder-backend-module-github/api-report.md b/plugins/scaffolder-backend-module-github/api-report.md index 1fec7f0422..ec9cb2e31a 100644 --- a/plugins/scaffolder-backend-module-github/api-report.md +++ b/plugins/scaffolder-backend-module-github/api-report.md @@ -230,6 +230,11 @@ export function createGithubRepoCreateAction(options: { } | undefined; requireCommitSigning?: boolean | undefined; + customProperties?: + | { + [key: string]: string; + } + | undefined; }, JsonObject >; @@ -385,6 +390,11 @@ export function createPublishGithubAction(options: { } | undefined; requiredCommitSigning?: boolean | undefined; + customProperties?: + | { + [key: string]: string; + } + | undefined; }, JsonObject >;