From 36610a4da06ede274524ec6b551eff0de30c0843 Mon Sep 17 00:00:00 2001
From: Ivan Yelizariev <yelizariev@it-projects.info>
Date: Tue, 7 Jan 2020 12:27:14 +0500
Subject: [PATCH] delete args as not used

closes #31
---
 action.yml | 6 ------
 1 file changed, 6 deletions(-)

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'