Skip to content

Commit 53de71b

Browse files
authored
Changes optional options to actually be optional
1 parent 7c96a7c commit 53de71b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ inputs:
55
java-version:
66
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)'
77
required: true
8-
java-package:
8+
java-package:
99
description: 'The package type (jre, jdk, jdk+fx)'
10-
required: true
10+
required: false
1111
default: 'jdk'
12-
architecture:
12+
architecture:
1313
description: 'The architecture (x86, x64) of the package.'
14-
required: true
14+
required: false
1515
default: 'x64'
1616
jdkFile:
1717
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

Comments
 (0)