diff --git a/.github/actions/RunAutomation/run.ps1 b/.github/actions/RunAutomation/run.ps1 index 9fb37434d0..3211e6a070 100644 --- a/.github/actions/RunAutomation/run.ps1 +++ b/.github/actions/RunAutomation/run.ps1 @@ -96,7 +96,7 @@ function OpenPR { $shortTargetBranch = $TargetBranch -replace 'releases/','' $Category = "$shortTargetBranch/$Category".ToLower().Replace(' ', '_') - $branch = New-TopicBranchIfNeeded -Category "$shortTargetBranch/$Category" -Repository $Repository + $branch = New-TopicBranchIfNeeded -Category $Category -Repository $Repository # Open PR with a commit for each update $prDescription = "This PR contains the following changes:"