fix: sets default password in action (#46)

This commit is contained in:
Noel Miller 2024-02-28 18:02:51 -06:00 committed by GitHub
parent acbe229a3d
commit 7a19c2dbe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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