From 568326ddba07cbf32c477a4cd2eb7e183b155095 Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 24 Mar 2023 00:23:06 -0700 Subject: [PATCH] test --- unity/action.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/unity/action.yaml b/unity/action.yaml index f5fc0bb..4a1dd16 100644 --- a/unity/action.yaml +++ b/unity/action.yaml @@ -17,10 +17,14 @@ inputs: unityBuilder: description: "Whether or not to use the UnityBuilder instead of a Unity command." required: false + test: + description: "Whether or not to use the UnityBuilder instead of a Unity command." + required: true + 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://unityci/base:latest + image: docker://${{ inputs.test }} args: - ${{ inputs.serial }} - ${{ inputs.email }}