From 23b35e63df5f46077f5d75fe62a95be3028cfb49 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 30 Oct 2021 16:05:24 -0400 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a9fc42ab..c51cf29c 100644 --- a/README.md +++ b/README.md @@ -236,9 +236,6 @@ jobs: with: since_last_remote_commit: 'true' - - name: Show output - run: | - echo '${{ toJSON(steps.changed-files-since-last-remote-commit.outputs) }}' ``` ### Running [pre-commit](https://pre-commit.com/) on all modified files