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: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'Dockerfile'
args:
- ${{ inputs.commit_message }}
- ${{ inputs.commit_options }}
- ${{ inputs.branch }}
- ${{ inputs.file_pattern }}
- ${{ inputs.repository }}
branding: branding:
icon: 'git-commit' icon: 'git-commit'