From c2fb744df68f8a3af2566017598e48b076ca2649 Mon Sep 17 00:00:00 2001 From: Noel Miller Date: Tue, 5 Mar 2024 15:34:40 -0600 Subject: [PATCH] fix: added backslash --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dda21ad..49c4a28 100644 --- a/action.yml +++ b/action.yml @@ -66,6 +66,6 @@ runs: WEB_UI=${{ inputs.web_ui }} \ ENROLLMENT_PASSWORD=${{ inputs.enrollment_password }} \ SECURE_BOOT_KEY_URL=${{ inputs.secure_boot_key_url }} \ - OUTPUT_DIR=${{ inputs.output_dir }} + OUTPUT_DIR=${{ inputs.output_dir }} \ "ADDITIONAL_TEMPLATES=${{ inputs.additional_templates }}"