Feature/create check (#97)

This commit is contained in:
David Finol
2021-02-27 12:13:19 -06:00
committed by GitHub
parent 345f4c64bd
commit 43d90c252f
25 changed files with 1018 additions and 13 deletions

View File

@@ -28,6 +28,18 @@ 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'
checkName:
required: false
default: 'Test Results'
description: 'Name for the check created when createCheck is true.'
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'