From 8cafb5b139fd6e32d6cc7390cc6d9f059c622856 Mon Sep 17 00:00:00 2001 From: Noel Miller Date: Wed, 6 Mar 2024 00:48:11 -0600 Subject: [PATCH] fix: removed default --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 5106143..1524e26 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,6 @@ inputs: iso_name: description: Used for specifying the name of the output iso required: false - default: "${{ inputs.image_name }}-${{ inputs.image_tag || inputs.version }}" enrollment_password: description: Used for supporting secure boot (requires SECURE_BOOT_KEY_URL to be defined) required: false