diff --git a/README.md b/README.md index bdbbfe7..eb91778 100644 --- a/README.md +++ b/README.md @@ -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 |