test
This commit is contained in:
@@ -19,12 +19,12 @@ inputs:
|
||||
required: false
|
||||
test:
|
||||
description: "Whether or not to use the UnityBuilder instead of a Unity command."
|
||||
required: true
|
||||
required: false
|
||||
default: unityci/base:latest
|
||||
runs:
|
||||
using: docker
|
||||
#This is a base "mock" image which is replaced by the correct image in the "unity-command" action at runtime.
|
||||
image: docker://${{ inputs.test }}
|
||||
image: docker://unityci/base:latest
|
||||
args:
|
||||
- ${{ inputs.serial }}
|
||||
- ${{ inputs.email }}
|
||||
|
||||
Reference in New Issue
Block a user