Add args entry to actions.yml
This commit is contained in:
parent
1ad5315ba7
commit
3889fd6a6c
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user