From 609f104c5bc1a0a76a6bb4abb46ecc3c0f4c9ca8 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 15 Jul 2019 11:11:53 -0400 Subject: [PATCH] Default for architecture --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 04e2730..b9d95e1 100644 --- a/action.yml +++ b/action.yml @@ -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