Skip to content

Commit dbeab7c

Browse files
author
Bryan Clark
committed
Remove trailing spaces and long lines
1 parent 540a98a commit dbeab7c

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

action.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: 'Setup Java JDK'
2-
description: 'Set up a specific version of the Java JDK and add the command-line tools
3-
to the PATH'
2+
description: 'Set up a specific version of the Java JDK and add the
3+
command-line tools to the PATH'
44
author: 'GitHub'
55
inputs:
66
java-version:
7-
description: 'The Java version to make available on the path. Takes a whole or
8-
semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x)'
7+
description: 'The Java version to make available on the path. Takes a whole
8+
or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x)'
99
required: true
1010
java-package:
1111
description: 'The package type (jre, jdk, jdk+fx)'
@@ -16,17 +16,19 @@ inputs:
1616
required: false
1717
default: 'x64'
1818
jdkFile:
19-
description: 'Path to where the compressed JDK is located. The path could be
20-
in your source repository or a local path on the agent.'
19+
description: 'Path to where the compressed JDK is located. The path could
20+
be in your source repository or a local path on the agent.'
2121
required: false
2222
server-id:
23-
description: 'ID of the distributionManagement repository in the pom.xml file.'
23+
description: 'ID of the distributionManagement repository in the pom.xml
24+
file.'
2425
required: false
2526
username:
2627
description: 'Username for authentication to the Apache Maven server.'
2728
required: false
2829
password:
29-
description: 'Passowrd or token for authentication to the Apache Maven server.'
30+
description: 'Passowrd or token for authentication to the Apache Maven
31+
server.'
3032
required: false
3133
runs:
3234
using: 'node12'

0 commit comments

Comments
 (0)