Solution proposal to Issue Add customImage parameter #150 (#151)

* add customImage attribute

* add one more test for input passing && check for customImage == ''
This commit is contained in:
Kai Biermeier
2020-09-18 18:41:31 +02:00
committed by GitHub
parent cccd5074ea
commit 6a53a9e853
7 changed files with 37 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ inputs:
required: false
default: ''
description: 'Version of unity to use for building the project.'
customImage:
required: false
default: ''
description: 'Specific docker image that should be used for building the project'
targetPlatform:
required: false
default: ''