We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c96a7c commit 53de71bCopy full SHA for 53de71b
1 file changed
action.yml
@@ -5,13 +5,13 @@ 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: true
+ required: false
11
default: 'jdk'
12
- architecture:
+architecture:
13
description: 'The architecture (x86, x64) of the package.'
14
15
default: 'x64'
16
jdkFile:
17
description: 'Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.'
0 commit comments