mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Remove default architecture value
...so that it can default to the runner's architecture.
This commit is contained in:
parent
da9079a72d
commit
df9446d789
1 changed files with 1 additions and 2 deletions
|
@ -14,9 +14,8 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: 'jdk'
|
default: 'jdk'
|
||||||
architecture:
|
architecture:
|
||||||
description: 'The architecture of the package'
|
description: 'The architecture of the package (defaults to the action runner's architecture)'
|
||||||
required: false
|
required: false
|
||||||
default: 'x64'
|
|
||||||
jdkFile:
|
jdkFile:
|
||||||
description: 'Path to where the compressed JDK is located'
|
description: 'Path to where the compressed JDK is located'
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue