Update description to be consistent

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-03-10 14:29:17 +01:00
parent 4d4e0bdfb5
commit 843078a5d6
3 changed files with 3 additions and 3 deletions
@@ -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',