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