From 04e13d1cf926be4bd9cda98a4dd5c96de4228900 Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Fri, 7 Oct 2022 07:45:46 -0600 Subject: [PATCH] Use double quotes in architecture description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ec11180a..3ace2c66 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: required: false default: 'jdk' architecture: - description: 'The architecture of the package (defaults to the action runner's architecture)' + description: "The architecture of the package (defaults to the action runner's architecture)" required: false jdkFile: description: 'Path to where the compressed JDK is located'