From 83eeb2f59ac849290cfe8abb856b55ffb4b85ca1 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 21 Sep 2023 22:08:14 -0600 Subject: [PATCH] Update action.yml --- action.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index ca990a6..29c31f0 100644 --- a/action.yml +++ b/action.yml @@ -5,13 +5,11 @@ author: "Teq Bench" # Define your inputs here. inputs: INPUT_UPDATE_TYPE: - type: string - required: true description: "Type of version update. Options: MAJOR, MINOR, PATCH." - INPUT_VERSION_JSON: - type: string required: true + INPUT_VERSION_JSON: description: "JSON string containing version data." + required: true # Define your outputs here. outputs: