From 7645177f01bb01a8b5c5f4f3c4cbfa848a17b0f7 Mon Sep 17 00:00:00 2001 From: Jason N <33561705+JasonN3@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:50:55 -0500 Subject: [PATCH] force as string --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 102b05a..01dd05b 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: required: false default: "false" iso_name: - description: Name of the resulting ISO. Relative paths are relative to ${{ github.workspace }} + description: "Name of the resulting ISO. Relative paths are relative to ${{ github.workspace }}" required: false default: build/deploy.iso enrollment_password: