This commit is contained in:
2023-03-12 17:30:01 -07:00
parent 9e1b8ac319
commit 27c1cef1b6
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ inputs:
description: "Unity Platform. Options: windows, windows32bit, mac, linux, android" description: "Unity Platform. Options: windows, windows32bit, mac, linux, android"
required: true required: true
serial: serial:
description: "Unity license serial number." description: "Unity license serial number. Or 'public' for a public license."
required: true required: true
default: public default: public
email: email:

View File

@@ -2,7 +2,7 @@ name: unity
description: "Register Unity with the provided license and run a Unity command." description: "Register Unity with the provided license and run a Unity command."
inputs: inputs:
serial: serial:
description: "Unity license serial number." description: "Unity license serial number. Or 'public' for a public license."
required: true required: true
default: public default: public
email: email: