Merge pull request #32 from yelizariev/patch-2

delete args as not used
This commit is contained in:
Stefan Zweifel 2020-01-11 21:40:52 +01:00 committed by GitHub
commit 1a9ba81dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'