Added no_commit option

This commit is contained in:
2022-01-04 16:06:43 +01:00
parent 18f406b1d0
commit d36ec0e312
3 changed files with 9 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ The following parameters can be used in your custom action configuration.
| commit_options | :x: | - | Custom git commit options |
| file_pattern | :x: | '*' | Custom file pattern for `git add` |
| checkpath | :x: | '.' | The path autopep8 checks |
| no_commit | :x: | False | Avoid committing, if used in a pipeline |
| 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. |