From 52eb0eedc8e2bf33895ad736b09ad81083847739 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 17 Sep 2022 15:34:02 +0200 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 58320ed..302c7a1 100644 --- a/README.md +++ b/README.md @@ -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'