diff --git a/action.yml b/action.yml
index 88136ed..2fb26e7 100644
--- a/action.yml
+++ b/action.yml
@@ -25,12 +25,6 @@ inputs:
 runs:
   using: 'docker'
   image: 'Dockerfile'
-  args:
-    - ${{ inputs.commit_message }}
-    - ${{ inputs.commit_options }}
-    - ${{ inputs.branch }}
-    - ${{ inputs.file_pattern }}
-    - ${{ inputs.repository }}
 
 branding:
   icon: 'git-commit'