From 2f647ea8f98c39c2ce7bc8c6cf926320e422b89c Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Wed, 5 Oct 2022 11:27:19 -0600 Subject: [PATCH] Use blank string for architecture default value --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index d8669d56..3677d4b9 100644 --- a/action.yml +++ b/action.yml @@ -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