Corrected typos. Resolves #93.

This commit is contained in:
Anthony Whitford
2021-02-15 14:23:05 -08:00
parent 40cb7c6ba4
commit 175b85e48d

View File

@ -1,4 +1,4 @@
name: 'maven-setings-action' name: 'maven-settings-action'
description: 'Prepare maven settings.xml' description: 'Prepare maven settings.xml'
branding: branding:
@ -7,7 +7,7 @@ branding:
inputs: inputs:
servers: servers:
description: 'servers definition in joson array, eg: [{"id": "serverId", "username": "username", "password": "password"}]' description: 'servers definition in json array, eg: [{"id": "serverId", "username": "username", "password": "password"}]'
required: false required: false
mirrors: mirrors:
description: 'mirrors definition in json array, eg: [{"id": "id", "name": "name", "mirrorOf": "mirrorOf", "url": "url"}]' description: 'mirrors definition in json array, eg: [{"id": "id", "name": "name", "mirrorOf": "mirrorOf", "url": "url"}]'
@ -32,7 +32,7 @@ inputs:
default: "true" default: "true"
required: false required: false
oracleServers: oracleServers:
description: 'servers definition in joson array, eg: [{"id": "serverId", "username": "username", "password": "password"}] for Oracle repository' description: 'servers definition in json array, eg: [{"id": "serverId", "username": "username", "password": "password"}] for Oracle repository'
required: false required: false
oracleRepo: oracleRepo:
description: 'add Oracle Maven Repository' description: 'add Oracle Maven Repository'