Use blank string for architecture default value

This commit is contained in:
Wes Morgan 2022-10-05 11:27:19 -06:00
parent df9446d789
commit 2f647ea8f9
No known key found for this signature in database
GPG Key ID: 5639E4CBFA17DC84

View File

@ -16,6 +16,7 @@ inputs:
architecture:
description: 'The architecture of the package (defaults to the action runner's architecture)'
required: false
default: ''
jdkFile:
description: 'Path to where the compressed JDK is located'
required: false