From 7eb85a54e5a1ba97946ff32b90beaa2da36943b4 Mon Sep 17 00:00:00 2001 From: Kale Date: Tue, 17 Aug 2021 04:41:56 -0700 Subject: [PATCH] Update 'action.yml' --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 722eeec..4d71a64 100644 --- a/action.yml +++ b/action.yml @@ -32,6 +32,9 @@ inputs: REPO_BRANCH: description: "Git Branch" required: true + BRANCH_VERSION: + description: "Git Version Branch" + required: true runs: using: "docker"