Fixed Readme Parameters

This commit is contained in:
2019-11-15 09:41:03 +01:00
parent 08c429cdb4
commit 4db3b98ca0

View File

@@ -9,8 +9,8 @@ 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`|
| dependencies | :x: | 'requirements.txt' | Path for the repositories 'requirements.txt'. If you have none, you may skip this.| | 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. | | 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 | | checkpath | :x: | '.' | The path autopep8 checks |