Update README
This commit is contained in:
parent
03246c1cee
commit
52eb0eedc8
@ -29,14 +29,13 @@ The following is an extended example with all available options.
|
|||||||
with:
|
with:
|
||||||
# Optional. Commit message for the created commit.
|
# Optional. Commit message for the created commit.
|
||||||
# Defaults to "Apply automatic changes"
|
# Defaults to "Apply automatic changes"
|
||||||
commit_message: 'Automated Change'
|
commit_message: Automated Change
|
||||||
|
|
||||||
# Optional. Local and remote branch name where commit is going to be pushed
|
# Optional. Local and remote branch name where commit is going to be pushed
|
||||||
# to. Defaults to the current branch.
|
# to. Defaults to the current branch.
|
||||||
# You might need to set `create_branch: true` if the branch does not exist.
|
# You might need to set `create_branch: true` if the branch does not exist.
|
||||||
branch: feature-123
|
branch: feature-123
|
||||||
|
|
||||||
|
|
||||||
# Optional. Options used by `git-commit`.
|
# Optional. Options used by `git-commit`.
|
||||||
# See https://git-scm.com/docs/git-commit#_options
|
# See https://git-scm.com/docs/git-commit#_options
|
||||||
commit_options: '--no-verify --signoff'
|
commit_options: '--no-verify --signoff'
|
||||||
|
Loading…
Reference in New Issue
Block a user