From 7f301ad43516b54cedd51f1b5552fe8eef061579 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 24 Mar 2025 11:07:38 +0100 Subject: [PATCH] change PR Title in Workflow --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 325232a..763c529 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -157,7 +157,7 @@ jobs: --repo community-scripts/ProxmoxVE \ --head "$branch_name" \ --base main \ - --title "Migrate $script_name to ProxmoxVE" \ + --title "$script_name" \ --body "Automated migration of $script_name from ProxmoxVED to ProxmoxVE." PR_NUMBER=$(gh pr list --repo community-scripts/ProxmoxVE --head "$branch_name" --json number --jq '.[].number') echo "PR_NUMBER=$PR_NUMBER"