delete args as not used

closes #31
This commit is contained in:
Ivan Yelizariev 2020-01-07 12:27:14 +05:00 committed by GitHub
parent 26a56d2023
commit 36610a4da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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'