clarify allowed docker images for packageMode
parent
99e23337e3
commit
362048460f
|
@ -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.'
|
||||||
|
|
Loading…
Reference in New Issue