From 0186af711d79ec3b29731a32c37f3b0694760b5e Mon Sep 17 00:00:00 2001 From: Peiman Jafari Date: Tue, 15 Mar 2022 20:44:15 -0700 Subject: [PATCH] update repoUrl description Signed-off-by: Peiman Jafari --- .../src/scaffolder/actions/builtin/github/githubIssuesLabel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubIssuesLabel.ts b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubIssuesLabel.ts index c37d402231..192bcadd51 100644 --- a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubIssuesLabel.ts +++ b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubIssuesLabel.ts @@ -49,7 +49,7 @@ export function createGithubIssuesLabelAction(options: { properties: { repoUrl: { title: 'Repository Location', - description: `Accepts the format 'github.com?repo=reponame&owner=owner' where 'reponame' is the new repository name and 'owner' is an organization or username`, + description: `Accepts the format 'github.com?repo=reponame&owner=owner' where 'reponame' is the repository name and 'owner' is an organization or username`, type: 'string', }, number: {