From 044b6b777c5fc321a6bde5c888021c09f77b8898 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 16 May 2020 13:26:59 +0200 Subject: [PATCH] Fix Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d48b40f..1a16197 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Updating the `token` value with a Personal Access Token should fix your issues. 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. -You have to enable force pushes to a protected branch (See [documentation](https://help.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch)) and update your Workflow to to use force pushes like so. +You have to enable force pushes to a protected branch (See [documentation](https://help.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch)) and update your Workflow to use force push like so. ```yaml - uses: stefanzweifel/git-auto-commit-action@v4.2.0