diff --git a/actions.yml b/actions.yml index 880a21b..f114ac2 100644 --- a/actions.yml +++ b/actions.yml @@ -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'