Sync input with documentation (#155)

This commit is contained in:
David Finol
2022-01-01 14:38:47 -06:00
committed by GitHub
parent f61055d56f
commit 8a69fc6be3
5 changed files with 24 additions and 23 deletions

View File

@@ -13,6 +13,9 @@ inputs:
projectPath:
required: false
description: 'Path to the Unity project to be tested.'
customParameters:
required: false
description: 'Extra parameters to configure the Unity editor run.'
testMode:
required: false
default: 'all'
@@ -24,19 +27,15 @@ inputs:
useHostNetwork:
required: false
default: false
description: 'Initialises Docker using the hosts network.'
customParameters:
required: false
description: 'Extra parameters to configure the Unity editor run.'
description: 'Initialises Docker using the host network.'
sshAgent:
required: false
default: ''
description: 'SSH Agent path to forward to the container'
description: 'SSH Agent path to forward to the container.'
gitPrivateToken:
required: false
default: ''
description: >
Github private token to pull from github
description: 'GitHub Private Access Token (PAT) to pull from GitHub.'
githubToken:
required: false
default: ''