mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-12 19:40:28 +02:00
Added Custom Checkpath and Parameters Options
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user