From 7e585ebfbdc187dd443ed7d5a5385e75bd21af05 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:09:15 +0100 Subject: [PATCH] Update build_downport_branch.yml --- .github/workflows/build_downport_branch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_downport_branch.yml b/.github/workflows/build_downport_branch.yml index b80843c7..1e53589b 100644 --- a/.github/workflows/build_downport_branch.yml +++ b/.github/workflows/build_downport_branch.yml @@ -25,9 +25,9 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v5 with: - branch: auto-update - title: "Automatic Update" - commit-message: "Automated changes" + branch: auto-update-downport + title: "Auto Update Downport" + commit-message: "Auto Update Downport" body: "This PR contains automated changes." labels: "auto-merge" - name: Enable Pull Request Automerge