Default for architecture

This commit is contained in:
Danny McCormick 2019-07-15 11:11:53 -04:00 committed by GitHub
parent 3a3c518091
commit 609f104c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ inputs:
architecture:
description: 'The architecture (x86, x64) of the JDK.'
required: true
default: 'x64'
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.'
required: true