diff --git a/.github/workflows/update_pre_commit_hooks.yml b/.github/workflows/update_pre_commit_hooks.yml index faa12d8..74081de 100644 --- a/.github/workflows/update_pre_commit_hooks.yml +++ b/.github/workflows/update_pre_commit_hooks.yml @@ -14,7 +14,6 @@ jobs: - uses: actions/setup-python@v5 - uses: browniebroke/pre-commit-autoupdate-action@main - uses: peter-evans/create-pull-request@v7 - if: always() with: branch: update/pre-commit-hooks @@ -22,4 +21,4 @@ jobs: labels: 'pre-commit, automated' commit-message: "chore: update pre-commit hooks" body: Update versions of pre-commit hooks to latest version. - paths: .pre-commit-config.yaml + add-paths: .pre-commit-config.yaml