Add args entry to actions.yml

This commit is contained in:
Gömöri Zsolt 2019-11-01 09:51:54 +01:00
parent 1ad5315ba7
commit 3889fd6a6c

View File

@ -20,6 +20,11 @@ inputs:
runs: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'Dockerfile'
args:
- ${{ inputs.commit_message }}
- ${{ inputs.commit_options }}
- ${{ inputs.branch }}
- ${{ inputs.file_pattern }}
branding: branding:
icon: 'git-commit' icon: 'git-commit'