Add username and email args for docker image

This commit is contained in:
Waleed Malik 2020-11-30 10:38:36 +05:00
parent 012a068dd0
commit c926e0782e

View file

@ -53,3 +53,5 @@ runs:
- ${{ inputs.target_dir }} - ${{ inputs.target_dir }}
- ${{ inputs.helm_version }} - ${{ inputs.helm_version }}
- ${{ inputs.linting }} - ${{ inputs.linting }}
- ${{ inputs.commit_username }}
- ${{ inputs.commit_email }}