1
0
Fork 0
mirror of https://github.com/actions/setup-java.git synced 2024-09-19 16:16:43 +00:00

Remove last trailing space

This commit is contained in:
Bryan Clark 2019-12-06 14:36:32 -05:00
parent dbeab7ccf2
commit b7e70417f9

View file

@ -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)'