This commit is contained in:
2023-03-24 00:23:06 -07:00
parent f4049a2a40
commit 568326ddba

View File

@@ -17,10 +17,14 @@ inputs:
unityBuilder: unityBuilder:
description: "Whether or not to use the UnityBuilder instead of a Unity command." description: "Whether or not to use the UnityBuilder instead of a Unity command."
required: false required: false
test:
description: "Whether or not to use the UnityBuilder instead of a Unity command."
required: true
default: unityci/base:latest
runs: runs:
using: docker using: docker
#This is a base "mock" image which is replaced by the correct image in the "unity-command" action at runtime. #This is a base "mock" image which is replaced by the correct image in the "unity-command" action at runtime.
image: docker://unityci/base:latest image: docker://${{ inputs.test }}
args: args:
- ${{ inputs.serial }} - ${{ inputs.serial }}
- ${{ inputs.email }} - ${{ inputs.email }}