From 4346f94889beb440359c00464f171262be5c5c99 Mon Sep 17 00:00:00 2001 From: David Finol Date: Sat, 6 Feb 2021 23:55:07 -0600 Subject: [PATCH] Update action.yml --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yml b/action.yml index 39fa284..de1f66f 100644 --- a/action.yml +++ b/action.yml @@ -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'