From 42c28a953e85d8b9b4c0e1c17603a98937e50204 Mon Sep 17 00:00:00 2001 From: simensan Date: Tue, 29 Nov 2022 12:03:21 +0100 Subject: [PATCH] Add unityLicensingServer to action.yml so warning for input dissapears (#201) --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 2ea131e..af13167 100644 --- a/action.yml +++ b/action.yml @@ -52,6 +52,10 @@ inputs: required: false default: '' description: 'User and optionally group (user or user:group or uid:gid) to give ownership of the resulting build artifacts' + unityLicensingServer: + required: false + default: '' + description: 'Url to a unity license server for acquiring floating licenses.' outputs: artifactsPath: description: 'Path where the artifacts are stored.'