From 40d746b36c3d57e2fa2bb3cebd2e0ec7fdba7749 Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 28 Jun 2025 00:47:45 -0700 Subject: [PATCH] Added default serioal #. --- unity-project-cached/action.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/unity-project-cached/action.yaml b/unity-project-cached/action.yaml index a1ecc29..10ff944 100644 --- a/unity-project-cached/action.yaml +++ b/unity-project-cached/action.yaml @@ -9,8 +9,9 @@ inputs: description: "Unity Platform. Options: windows, windows32bit, mac, linux, android" required: true serial: - description: "Unity license serial number." - required: false + description: "Unity license serial number. Or 'personal' for a personal license." + required: true + default: personal email: description: "Unity email." required: true