Skip to content

Commit 32ebe3d

Browse files
authored
Merge pull request MicrosoftDocs#196 from MicrosoftDocs/msprod_metadata_30-01-2023
Updated pipeline to the correct branch
2 parents aec2221 + c98839b commit 32ebe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/powershell-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
git config --global user.name "Timothy Wamalwa"
9090
cd microsoftgraph-docs-powershell
9191
$date = Get-Date -Format "dd-MM-yyyy"
92-
$proposedBranch = "weekly_update_help_files_msprodvalues"+$date
92+
$proposedBranch = "weekly_update_help_files_msprodvaluesOne"+$date
9393
git add .
9494
git commit -m "Updating help files "+$date
9595
git push --set-upstream "https://$(GITHUB_TOKEN)@github.com/MicrosoftDocs/microsoftgraph-docs-powershell.git" $proposedBranch

0 commit comments

Comments
 (0)