From 1e945f311b17b0fc34a41872793cc69cb957c365 Mon Sep 17 00:00:00 2001 From: Kurt King Date: Sat, 5 Aug 2023 18:24:54 -0600 Subject: [PATCH] chore: minor description updates Signed-off-by: Kurt King --- .../actions/builtin/github/githubRepoCreate.examples.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,