From d78818140062ce19e7e108bdbae7a26bc59cd3bb Mon Sep 17 00:00:00 2001 From: nobbi1991 <48419518+nobbi1991@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:20:40 +0100 Subject: [PATCH] . --- .github/workflows/update_pre_commit_hooks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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