mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
Default to runner architecture (#376)
This commit is contained in:
parent
a82e6d0020
commit
3617c43588
16 changed files with 303 additions and 42 deletions
|
@ -14,9 +14,8 @@ inputs:
|
|||
required: false
|
||||
default: 'jdk'
|
||||
architecture:
|
||||
description: 'The architecture of the package'
|
||||
description: "The architecture of the package (defaults to the action runner's architecture)"
|
||||
required: false
|
||||
default: 'x64'
|
||||
jdkFile:
|
||||
description: 'Path to where the compressed JDK is located'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue