From d78aeb1c15163948385b2e37b4e0143a3ed95999 Mon Sep 17 00:00:00 2001 From: Jason N <33561705+JasonN3@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:53:56 -0500 Subject: [PATCH] stop github from processing strings --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 01dd05b..20701b6 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: