Skip to content

Commit

Permalink
Update README.md (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkapsahili authored Jul 19, 2024
1 parent 451fb54 commit fe7ca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Determine the behavior for none existing properties or array elements.
| commitChange | Commit the change to __branch__ with the given __message__ | `true` |
| message | Commit message for the changed YAML file | '' |
| labels | Comma separated list of labels, e.g. "feature, yaml-updates" | 'yaml-updates' |
| createPR | Create a PR from __branch__ to __targetBranch__. Use 'true' to enable it | `true` |
| createPR | Create a PR from __branch__ to __targetBranch__. Use 'true' to enable it | `false` |
| title | Custom title for the created Pull Request | 'Merge: {{message}}' |
| description | Custom description for the created Pull Request | '' |
| targetBranch | Opens a PR from __branch__ to __targetBranch__ if createPR is set to 'true' | `master` |
Expand Down

0 comments on commit fe7ca6a

Please sign in to comment.