Updated docs

This commit is contained in:
2020-05-06 10:15:41 +02:00
parent 6271ffc1c4
commit e658219e54

View File

@@ -8,9 +8,9 @@ The following parameters can be used in your custom action configuration.
| Parameter | Required | Default | Description | | Parameter | Required | Default | Description |
| - | - | - | - | | - | - | - | - |
| commit_message | :x: | 'Adjusted files for PEP-8 compliance' | Custom git commit message| | commit_message | :x: | 'Adjusted files for PEP-8 compliance' | Custom git commit message |
| commit_options | :x: | - | Custom git commit options| | commit_options | :x: | - | Custom git commit options |
| file_pattern | :x: | '*' | Custom file pattern for `git add`| | file_pattern | :x: | '*' | Custom file pattern for `git add` |
| checkpath | :x: | '.' | The path autopep8 checks | | checkpath | :x: | '.' | The path autopep8 checks |
| options | :x: | ' ' | Parameters to use with autopep8 | | options | :x: | ' ' | Parameters to use with autopep8 |
| dry | :x: | false | Dry-run the action to fail when detecting PEP-8 uncompliant files, instead of automatically fixing them. | | dry | :x: | false | Dry-run the action to fail when detecting PEP-8 uncompliant files, instead of automatically fixing them. |