public
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: unity-project
|
name: unity-project
|
||||||
description: "Run a Unity command using a project's version and a build target."
|
description: "Run a Unity command using a project's version and a build target."
|
||||||
inputs:
|
inputs:
|
||||||
projectPath:
|
projectPath:
|
||||||
description: "Path to the Unity project."
|
description: "Path to the Unity project."
|
||||||
required: true
|
required: true
|
||||||
default: "."
|
default: "."
|
||||||
@@ -11,6 +11,7 @@ inputs:
|
|||||||
serial:
|
serial:
|
||||||
description: "Unity license serial number."
|
description: "Unity license serial number."
|
||||||
required: true
|
required: true
|
||||||
|
default: public
|
||||||
email:
|
email:
|
||||||
description: "Unity email."
|
description: "Unity email."
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ inputs:
|
|||||||
serial:
|
serial:
|
||||||
description: "Unity license serial number."
|
description: "Unity license serial number."
|
||||||
required: true
|
required: true
|
||||||
|
default: public
|
||||||
email:
|
email:
|
||||||
description: "Unity email."
|
description: "Unity email."
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user