diff --git a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubRepoCreate.examples.ts b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubRepoCreate.examples.ts index b2577fa97b..a58da1ee29 100644 --- a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubRepoCreate.examples.ts +++ b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubRepoCreate.examples.ts @@ -38,7 +38,7 @@ export const examples: TemplateExample[] = [ steps: [ { action: 'github:repo:create', - name: 'Create a new GitHub repository', + name: 'Create a new GitHub repository with a description', input: { repoUrl: 'github.com?repo=repo&owner=owner', description: 'My new repository', @@ -53,7 +53,7 @@ export const examples: TemplateExample[] = [ steps: [ { action: 'github:repo:create', - name: 'Create a new GitHub repository', + name: 'Create a new GitHub repository without wiki and issues', input: { repoUrl: 'github.com?repo=repo&owner=owner', hasIssues: false,