Remove default architecture value
...so that it can default to the runner's architecture.
This commit is contained in:
parent
da9079a72d
commit
df9446d789
@ -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…
x
Reference in New Issue
Block a user