Apply suggestions from code review
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Billy Michael <billy_michael@outlook.com>
This commit is contained in:
@@ -20,7 +20,7 @@ import yaml from 'yaml';
|
||||
export const examples: TemplateExample[] = [
|
||||
{
|
||||
description:
|
||||
'Initializes a git repository of the content in the workspace, and publishes it to Azure with the default confiiguration.',
|
||||
'Initializes a git repository with the content in the workspace, and publishes it to Azure DevOps with the default configuration.',
|
||||
example: yaml.stringify({
|
||||
steps: [
|
||||
{
|
||||
@@ -36,7 +36,7 @@ export const examples: TemplateExample[] = [
|
||||
}),
|
||||
},
|
||||
{
|
||||
description: 'Initializes an Azure repository with a description.',
|
||||
description: 'Initializes an Azure DevOps repository with a description.',
|
||||
example: yaml.stringify({
|
||||
steps: [
|
||||
{
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ import yaml from 'yaml';
|
||||
export const examples: TemplateExample[] = [
|
||||
{
|
||||
description:
|
||||
'Initializes a git repository of the content in the workspace, and publishes it to Bitbucket Cloud with the default confiiguration.',
|
||||
'Initializes a git repository with the content in the workspace, and publishes it to Bitbucket Cloud with the default configuration.',
|
||||
example: yaml.stringify({
|
||||
steps: [
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@ import yaml from 'yaml';
|
||||
export const examples: TemplateExample[] = [
|
||||
{
|
||||
description:
|
||||
'Initializes a git repository of the content in the workspace, and publishes it to Bitbucket with the default confiiguration.',
|
||||
'Initializes a git repository with the content in the workspace, and publishes it to Bitbucket with the default configuration.',
|
||||
example: yaml.stringify({
|
||||
steps: [
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@ import yaml from 'yaml';
|
||||
export const examples: TemplateExample[] = [
|
||||
{
|
||||
description:
|
||||
'Initializes a git repository of the content in the workspace, and publishes it to Gitea with the default confiiguration.',
|
||||
'Initializes a git repository with the content in the workspace, and publishes it to Gitea with the default configuration.',
|
||||
example: yaml.stringify({
|
||||
steps: [
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@ import yaml from 'yaml';
|
||||
export const examples: TemplateExample[] = [
|
||||
{
|
||||
description:
|
||||
'Initializes a git repository of the content in the workspace, and publishes it to Github with the default confiiguration.',
|
||||
'Initializes a git repository with the content in the workspace, and publishes it to Github with the default configuration.',
|
||||
example: yaml.stringify({
|
||||
steps: [
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@ import yaml from 'yaml';
|
||||
export const examples: TemplateExample[] = [
|
||||
{
|
||||
description:
|
||||
'Initializes a git repository of the content in the workspace, and publishes it to Gitlab with the default confiiguration.',
|
||||
'Initializes a git repository with the content in the workspace, and publishes it to Gitlab with the default configuration.',
|
||||
example: yaml.stringify({
|
||||
steps: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user