Update description to be consistent
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -168,7 +168,7 @@ export function createPublishBitbucketAction(options: {
|
||||
}>({
|
||||
id: 'publish:bitbucket',
|
||||
description:
|
||||
'Initializes a git repository of the content in the workspace, and publishes to Bitbucket.',
|
||||
'Initializes a git repository of the content in the workspace, and publishes it to Bitbucket.',
|
||||
schema: {
|
||||
input: {
|
||||
type: 'object',
|
||||
|
||||
@@ -44,7 +44,7 @@ export function createPublishGithubAction(options: {
|
||||
}>({
|
||||
id: 'publish:github',
|
||||
description:
|
||||
'Initializes a git repository of contents in workspacePath and publishes to GitHub.',
|
||||
'Initializes a git repository of contents in workspace and publishes it to GitHub.',
|
||||
schema: {
|
||||
input: {
|
||||
type: 'object',
|
||||
|
||||
@@ -32,7 +32,7 @@ export function createPublishGitlabAction(options: {
|
||||
}>({
|
||||
id: 'publish:gitlab',
|
||||
description:
|
||||
'Initializes a git repository of the content in the workspace, and publishes to GitLab.',
|
||||
'Initializes a git repository of the content in the workspace, and publishes it to GitLab.',
|
||||
schema: {
|
||||
input: {
|
||||
type: 'object',
|
||||
|
||||
Reference in New Issue
Block a user