Remove last trailing space

This commit is contained in:
Bryan Clark 2019-12-06 14:36:32 -05:00
parent dbeab7ccf2
commit b7e70417f9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: 'Setup Java JDK'
description: 'Set up a specific version of the Java JDK and add the
command-line tools to the PATH'
author: 'GitHub'
inputs:
inputs:
java-version:
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)'