Added Custom Checkpath and Parameters Options

This commit is contained in:
2019-11-15 09:38:54 +01:00
parent 3aac0062d0
commit 08c429cdb4
3 changed files with 13 additions and 2 deletions

View File

@@ -22,6 +22,13 @@ inputs:
branch:
description: Branch which the changes are merged to
required: true
checkpath:
description: Path autopep8 checks
required: false
default: '.'
autoparameters:
description: Parameters for autopep8
required: false
runs:
using: 'docker'
@@ -32,6 +39,8 @@ runs:
- ${{ inputs.file_pattern }}
- ${{ inputs.dependencies }}
- ${{ inputs.branch }}
- ${{ inputs.checkpath }}
- ${{ inputs.autoparameters }}
branding:
icon: 'fast-forward'