mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-12 11:30:29 +02:00
Fixed Readme Parameters
This commit is contained in:
@@ -9,8 +9,8 @@ The following parameters can be used in your custom action configuration.
|
||||
| Parameter | Required | Default | Description |
|
||||
| - | - | - | - |
|
||||
| commit_message | :x: | 'Adjusted files for PEP-8 compliance' | Custom git commit message|
|
||||
| commit_options | :x: | '*' | Custom git commit options|
|
||||
| file_pattern | :x: | '.' | Custom file pattern for `git add`|
|
||||
| commit_options | :x: | - | Custom git commit options|
|
||||
| file_pattern | :x: | '*' | Custom file pattern for `git add`|
|
||||
| dependencies | :x: | 'requirements.txt' | Path for the repositories 'requirements.txt'. If you have none, you may skip this.|
|
||||
| branch | :white_check_mark: | - | The specific branch you want to merge into. Use ${{ github.head_ref }} if you want to use this with pull requests. |
|
||||
| checkpath | :x: | '.' | The path autopep8 checks |
|
||||
|
||||
Reference in New Issue
Block a user