From a1a9075fb8694ce5eeda9bdddf2ef99059348e19 Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Thu, 6 Oct 2022 09:15:29 -0600 Subject: [PATCH] Revert "Use blank string for architecture default value" This reverts commit 2f647ea8f98c39c2ce7bc8c6cf926320e422b89c. --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 3677d4b9..d8669d56 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,6 @@ 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