Add unityLicensingServer to action.yml so warning for input dissapears (#201)
parent
9fe2feb3c9
commit
42c28a953e
|
@ -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.'
|
||||
|
|
Loading…
Reference in New Issue