From 6e8798585c4c27702301fbfc96f98f6608a2ba52 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sun, 14 Aug 2022 18:44:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removed=20extra=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit-autoupdate.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 32e6558..0576f41 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -26,10 +26,7 @@ jobs: - name: Install pre-commit run: pip install pre-commit - - name: Autoupdate template - run: pre-commit autoupdate - - - name: Autoupdate generated projects + - name: Updated Hooks run: pre-commit autoupdate - name: Create Pull Request