Update README and action.yml to describe java-version syntax

This commit is contained in:
Gil Tene 2020-01-09 00:45:37 -08:00
parent b52cd69bd2
commit c74a6f8415
2 changed files with 32 additions and 2 deletions

View file

@ -5,7 +5,9 @@ author: 'GitHub'
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)'
or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x).
Early access versions can be specified in the form of e.g. 14-ea,
14.0.0-ea, or 14.0.0-ea.28'
required: true
java-package:
description: 'The package type (jre, jdk, jdk+fx)'