From c50c84ed1364704d6759be5ca310f1cbdf650fc2 Mon Sep 17 00:00:00 2001 From: Kale Date: Fri, 20 Aug 2021 23:48:02 -0700 Subject: [PATCH] Update 'action.yml' --- action.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2dcf781..83036b1 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,13 @@ inputs: BRANCH_VERSION: description: "Git Version Branch" required: false - + sub_action_location: + description: "Action Location Must be in .py" + required: false + sub_action_Repo: + description: "Repo" + required: false + runs: using: "docker" image: "Dockerfile" @@ -50,3 +56,5 @@ runs: - ${{ inputs.GIT_EMAIL }} - ${{ inputs.REPO_BRANCH }} - ${{ inputs.BRANCH_VERSION }} + - ${{ inputs.sub_action_location }} + - ${{ inputs.sub_action_Repo }}