Skip to content

Commit abf1253

Browse files
Merge pull request #94 from awhitford/typos
Corrected typos. Resolves #93.
2 parents 7a5cb7b + 175b85e commit abf1253

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'maven-setings-action'
1+
name: 'maven-settings-action'
22
description: 'Prepare maven settings.xml'
33

44
branding:
@@ -7,7 +7,7 @@ branding:
77

88
inputs:
99
servers:
10-
description: 'servers definition in joson array, eg: [{"id": "serverId", "username": "username", "password": "password"}]'
10+
description: 'servers definition in json array, eg: [{"id": "serverId", "username": "username", "password": "password"}]'
1111
required: false
1212
mirrors:
1313
description: 'mirrors definition in json array, eg: [{"id": "id", "name": "name", "mirrorOf": "mirrorOf", "url": "url"}]'
@@ -32,7 +32,7 @@ inputs:
3232
default: "true"
3333
required: false
3434
oracleServers:
35-
description: 'servers definition in joson array, eg: [{"id": "serverId", "username": "username", "password": "password"}] for Oracle repository'
35+
description: 'servers definition in json array, eg: [{"id": "serverId", "username": "username", "password": "password"}] for Oracle repository'
3636
required: false
3737
oracleRepo:
3838
description: 'add Oracle Maven Repository'

0 commit comments

Comments
 (0)