From fc35ac573777994785dc99d8f890ed91daabaf98 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 23 Mar 2025 21:44:40 +0100 Subject: [PATCH] chore: fix update-dependencies --- .github/workflows/update_deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 4baae60be..b260c88dc 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -9,7 +9,7 @@ permissions: jobs: update-dependencies: - if: github.repository == 'Koenkk/zigbee-herdsman' + if: github.repository == 'Koenkk/zigbee2mqtt' permissions: contents: write # for peter-evans/create-pull-request to create branch pull-requests: write # for peter-evans/create-pull-request to create a PR