Removed branch parameter

This commit is contained in:
2020-05-06 10:13:24 +02:00
parent 552eff98a5
commit 8fa1e16ff1
3 changed files with 18 additions and 23 deletions

View File

@@ -19,9 +19,6 @@ inputs:
description: Path for the repositories 'requirements.txt'. If you have none, you may skip this.
required: false
default: 'requirements.txt'
branch:
description: Branch which the changes are merged to
required: true
checkpath:
description: Path autopep8 checks
required: false
@@ -38,14 +35,6 @@ inputs:
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.commit_message }}
- ${{ inputs.commit_options }}
- ${{ inputs.file_pattern }}
- ${{ inputs.dependencies }}
- ${{ inputs.branch }}
- ${{ inputs.checkpath }}
- ${{ inputs.autoparameters }}
branding:
icon: 'fast-forward'