We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aec2221 + c98839b commit 32ebe3dCopy full SHA for 32ebe3d
azure-pipelines/powershell-docs.yml
@@ -89,7 +89,7 @@ jobs:
89
git config --global user.name "Timothy Wamalwa"
90
cd microsoftgraph-docs-powershell
91
$date = Get-Date -Format "dd-MM-yyyy"
92
- $proposedBranch = "weekly_update_help_files_msprodvalues"+$date
+ $proposedBranch = "weekly_update_help_files_msprodvaluesOne"+$date
93
git add .
94
git commit -m "Updating help files "+$date
95
git push --set-upstream "https://$(GITHUB_TOKEN)@github.com/MicrosoftDocs/microsoftgraph-docs-powershell.git" $proposedBranch
0 commit comments