We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c4ee85 + dffd0c6 commit db9bf6bCopy full SHA for db9bf6b
1 file changed
action.yml
@@ -5,11 +5,11 @@ inputs:
5
java-version:
6
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)'
7
required: true
8
-java-package:
+ java-package:
9
description: 'The package type (jre, jdk, jdk+fx)'
10
required: false
11
default: 'jdk'
12
-architecture:
+ architecture:
13
description: 'The architecture (x86, x64) of the package.'
14
15
default: 'x64'
0 commit comments