From 7a19c2dbe13024cff49e7f456e6c11351d241098 Mon Sep 17 00:00:00 2001 From: Noel Miller <4983138+noelmiller@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:02:51 -0600 Subject: [PATCH] fix: sets default password in action (#46) --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index a1ac5ed..2b74fd8 100644 --- a/action.yml +++ b/action.yml @@ -35,6 +35,7 @@ inputs: ENROLLMENT_PASSWORD: description: Used for supporting secure boot (requires SECURE_BOOT_KEY_URL to be defined) required: false + default: "ublue-os" SECURE_BOOT_KEY_URL: description: Secure boot key that is installed from URL location required: false