From abe49ff12c09df7d97c5fa04f19bdfc08550cf93 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 30 Apr 2025 16:52:45 -0500 Subject: [PATCH] Update update-hardware-list.yml correct the base branch for PR --- .github/workflows/update-hardware-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-hardware-list.yml b/.github/workflows/update-hardware-list.yml index 156c684df..42aa4d7f9 100644 --- a/.github/workflows/update-hardware-list.yml +++ b/.github/workflows/update-hardware-list.yml @@ -71,5 +71,5 @@ jobs: This PR was automatically generated by the update-hardware-list workflow. branch: update-hardware-list - base: main + base: master delete-branch: true