mirror of
https://github.com/actions/setup-java
synced 2024-11-08 14:42:39 +00:00
Remove last trailing space
This commit is contained in:
parent
dbeab7ccf2
commit
b7e70417f9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: 'Setup Java JDK'
|
||||||
description: 'Set up a specific version of the Java JDK and add the
|
description: 'Set up a specific version of the Java JDK and add the
|
||||||
command-line tools to the PATH'
|
command-line tools to the PATH'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
java-version:
|
java-version:
|
||||||
description: 'The Java version to make available on the path. Takes a whole
|
description: 'The Java version to make available on the path. Takes a whole
|
||||||
or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x)'
|
or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x)'
|
||||||
|
|
Loading…
Reference in a new issue