From 5904be8ce00a8676f4bfd0fde9bc2b9050ea26c4 Mon Sep 17 00:00:00 2001 From: BastianZim <10774221+BastianZim@users.noreply.github.com> Date: Sat, 17 Oct 2020 14:51:01 +0200 Subject: [PATCH] Revert "Fixed formatting" This reverts commit 431c20731c9c8c32c7d112ae1b03fe8000ae570a. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c254747..6bafd2a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ 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.