From 395a58f893e7d815d66021be350d2e8913668c2a Mon Sep 17 00:00:00 2001 From: Will Bang Date: Fri, 6 Jun 2025 15:27:57 -0400 Subject: [PATCH] [ULT-2899] Fix missing input definition --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 83038ac..fa369b5 100644 --- a/action.yml +++ b/action.yml @@ -58,6 +58,10 @@ inputs: existing Verification (e.g. VER-1) or Validation (e.g. VAL-2) in your Ultralight Design Controls instance. required: false + test-execution-unit-under-test: + description: + Custom name for the unit under test to display in generated test reports + required: false test-protocol-definitions-directory-path: description: >- Path to the directory holding the YAML files for your test protocol