clarify allowed docker images for packageMode

pull/164/head
Aaron Trudeau 2022-02-22 21:11:26 -05:00
parent 99e23337e3
commit 362048460f
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ inputs:
customImage: customImage:
required: false required: false
default: '' 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: projectPath:
required: false required: false
description: 'Path to the Unity project or package to be tested.' description: 'Path to the Unity project or package to be tested.'