Update action.yml

pull/97/head
David Finol 2021-02-06 23:55:07 -06:00
parent d45ca4403f
commit 4346f94889
1 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,14 @@ inputs:
customParameters:
required: false
description: 'Extra parameters to configure the Unity editor run.'
createCheck:
required: false
default: false
description: 'Creates a check with the Test Results'
githubToken:
required: false
default: ''
description: 'Token to authorize access to the GitHub REST API. Required if and only if createCheck is true.'
outputs:
artifactsPath:
description: 'Path where the artifacts are stored'