mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
Check GitHub token (#99)
* Reeplace createCheck option with check for githubToken * Fix index.js
This commit is contained in:
14
action.yml
14
action.yml
@@ -28,18 +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'
|
||||
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.'
|
||||
description: 'Token to authorize access to the GitHub REST API. If provided, a check run will be created with the test results.'
|
||||
checkName:
|
||||
required: false
|
||||
default: 'Test Results'
|
||||
description: 'Name for the check run that is created when a github token is provided.'
|
||||
outputs:
|
||||
artifactsPath:
|
||||
description: 'Path where the artifacts are stored'
|
||||
|
||||
Reference in New Issue
Block a user