From 679222c549fc78800fbe3a2c7bd476bfc2cfcdd8 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Thu, 26 Nov 2020 21:22:15 +0900 Subject: [PATCH] Update action.yml Co-authored-by: Webber Takken --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 80b6fe0..f3af637 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: customImage: required: false default: '' - description: 'Specific docker image that should be used for building the project' + description: 'Specific docker image that should be used for testing the project' projectPath: required: false description: 'Path to the Unity project to be tested.'