Skip to content

Commit f716d78

Browse files
authored
Update the sync pipeline task name (#19750)
1 parent 42b2a42 commit f716d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/sync-tools-folder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
pwsh: true
4141

4242
- pwsh: |
43-
$Title = "Sync tools code from main branch to generation branch"
43+
$Title = "Sync tools code from main branch to $(BranchName) branch"
4444
$HeadBranch = "syncToolsFolder-$(BranchName)"
4545
$BaseBranch = "$(BranchName)"
4646
$Description = "Migrate Sync tools code from main branch to $(BranchName) branch"
4747
./tools/Github/CreatePR.ps1 -Title $Title -HeadBranch $HeadBranch -BaseBranch $BaseBranch -BotAccessToken $(GithubToken) -Description $Description
48-
displayName: Create PR to generation branch
48+
displayName: Create PR to $(BranchName) branch

0 commit comments

Comments
 (0)