From 431c20731c9c8c32c7d112ae1b03fe8000ae570a Mon Sep 17 00:00:00 2001 From: BastianZim <10774221+BastianZim@users.noreply.github.com> Date: Sat, 17 Oct 2020 14:49:28 +0200 Subject: [PATCH] Fixed formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bafd2a..c254747 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all extra_args: flake8 --all-files ``` + ### In private repositories This action also provides an additional behaviour when used in private repositories. When configured with a GitHub token, the action will push back fixes to the pull request branch.