Update 'action.yml'

This commit is contained in:
Kale 2021-08-20 23:48:02 -07:00
parent 198a4ad472
commit c50c84ed13
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -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 }}