Skip to content

Commit

Permalink
Fixed Readme Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Nov 15, 2019
1 parent 08c429c commit 4db3b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 4db3b98

Please sign in to comment.