From ff97e958aa0b9316bec0c9971a32a04e25e55446 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Thu, 16 Jul 2020 11:03:50 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 577f7ff..bb8894a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Add the following step at the end of your job, after other steps that might add branch: feature-123 # Optional options appended to `git-commit` + # See https://git-scm.com/docs/git-commit for a list of available options commit_options: '--no-verify --signoff' # Optional glob pattern of files which should be added to the commit @@ -138,7 +139,7 @@ please update your Workflow configuration and usage of [`actions/checkout`](http Updating the `token` value with a Personal Access Token should fix your issues. -## Action does not push to protected branch +### Action does not push to protected branch If your repository uses [protected branches](https://help.github.com/en/github/administering-a-repository/configuring-protected-branches) this Action will not be able to push to your repository.