From df9446d789058024b149b92381b0e4f94e47278f Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Wed, 5 Oct 2022 10:52:34 -0600 Subject: [PATCH] Remove default architecture value ...so that it can default to the runner's architecture. --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 499eae3f..d8669d56 100644 --- a/action.yml +++ b/action.yml @@ -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