From b7f04b0bf6723655fb7085e71e8e61b423d3eb1a Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:08:16 -0400 Subject: [PATCH] continue line --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 005dea2..77f8156 100644 --- a/action.yml +++ b/action.yml @@ -205,7 +205,7 @@ runs: IMAGE_NAME="${{ inputs.image_name }}" \ IMAGE_REPO="${{ inputs.image_repo }}" \ IMAGE_TAG="${{ inputs.image_tag || inputs.version }}" \ - ISO_NAME=/github/workspace/${{ inputs.iso_name }} + ISO_NAME=/github/workspace/${{ inputs.iso_name }} \ SECURE_BOOT_KEY_URL="${{ inputs.secure_boot_key_url }}" \ VARIANT="${{ inputs.variant }}" \ VERSION="${{ inputs.version }}" \