File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,17 @@ jobs:
1414 ./tools/Github/ParseWiki2Json.ps1 -ADOToken $(ADOToken)
1515 displayName: Update fabricbot.json file locally
1616
17- - task : PowerShell@2
18- displayName : Git commit and push
19- inputs :
20- targetType : inline
21- script : |
22- git config --global user.email "[email protected] " 23- git config --global user.name "azure-powershell-bot"
24- git checkout -b "internal/sync-fabricbot-json"
17+ - pwsh : |
18+ git config --global user.email "[email protected] " 19+ git config --global user.name "azure-powershell-bot"
20+ git checkout -b "internal/sync-fabricbot-json"
2521
26- git add .
27- git commit -m "Sync fabricbot.json"
22+ git add .
23+ git commit -m "Sync fabricbot.json"
2824
29- git remote set-url origin https://$(BotAccessToken)@github.com/Azure/azure-powershell.git;
30- git push origin internal/sync-fabricbot-json --force
25+ git remote set-url origin https://azure-powershell-bot:$(BotAccessToken)@github.com/Azure/azure-powershell.git;
26+ git push origin internal/sync-fabricbot-json --force
27+ displayName: Git commit and push
3128
3229 - pwsh : |
3330 $Title = "Sync fabricbot.json According To ADO Wiki Page"
You can’t perform that action at this time.
0 commit comments