Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Sep 17, 2022
1 parent 03246c1 commit 52eb0ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ The following is an extended example with all available options.
with:
# Optional. Commit message for the created commit.
# 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
# to. Defaults to the current branch.
# You might need to set `create_branch: true` if the branch does not exist.
branch: feature-123


# Optional. Options used by `git-commit`.
# See https://git-scm.com/docs/git-commit#_options
commit_options: '--no-verify --signoff'
Expand Down

0 comments on commit 52eb0ee

Please sign in to comment.