mirror of
https://github.com/actions/setup-java
synced 2024-11-09 23:22:40 +00:00
Default for architecture
This commit is contained in:
parent
3a3c518091
commit
609f104c5b
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ inputs:
|
||||||
architecture:
|
architecture:
|
||||||
description: 'The architecture (x86, x64) of the JDK.'
|
description: 'The architecture (x86, x64) of the JDK.'
|
||||||
required: true
|
required: true
|
||||||
|
default: 'x64'
|
||||||
jdkFile:
|
jdkFile:
|
||||||
description: 'Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.'
|
description: 'Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.'
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue