From 3ecd5d5e2c76237e20200f062989c807cb374b8f Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 24 Mar 2023 00:31:48 -0700 Subject: [PATCH] test --- unity/action.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/unity/action.yaml b/unity/action.yaml index 3cb6b60..f5fc0bb 100644 --- a/unity/action.yaml +++ b/unity/action.yaml @@ -17,10 +17,6 @@ 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: 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.