Add args entry to actions.yml
This commit is contained in:
parent
1ad5315ba7
commit
3889fd6a6c
@ -20,6 +20,11 @@ inputs:
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.commit_message }}
|
||||
- ${{ inputs.commit_options }}
|
||||
- ${{ inputs.branch }}
|
||||
- ${{ inputs.file_pattern }}
|
||||
|
||||
branding:
|
||||
icon: 'git-commit'
|
||||
|
Loading…
Reference in New Issue
Block a user