Add unityLicensingServer to action.yml so warning for input dissapears (#201)

pull/202/head
simensan 2022-11-29 12:03:21 +01:00 committed by GitHub
parent 9fe2feb3c9
commit 42c28a953e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ inputs:
required: false required: false
default: '' default: ''
description: 'User and optionally group (user or user:group or uid:gid) to give ownership of the resulting build artifacts' 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: outputs:
artifactsPath: artifactsPath:
description: 'Path where the artifacts are stored.' description: 'Path where the artifacts are stored.'