From 362048460f172d0d8c727716109383a1a80bec9a Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Tue, 22 Feb 2022 21:11:26 -0500 Subject: [PATCH] clarify allowed docker images for packageMode --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 71b4556..ee4b39e 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 testing the project' + description: 'Specific docker image that should be used for testing the project. If packageMode is true, this image must be compatible with apt-get.' projectPath: required: false description: 'Path to the Unity project or package to be tested.'