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

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'