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:
14
14
./tools/Github/ParseWiki2Json.ps1 -ADOToken $(ADOToken)
15
15
displayName: Update fabricbot.json file locally
16
16
17
- - task : PowerShell@2
18
- displayName : Git commit and push
19
- inputs :
20
- targetType : inline
21
- script : |
22
- git config --global user.email "65331932+azure-powershell-bot@users.noreply.github.com"
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 "65331932+azure-powershell-bot@users.noreply.github.com"
19
+ git config --global user.name "azure-powershell-bot"
20
+ git checkout -b "internal/sync-fabricbot-json"
25
21
26
- git add .
27
- git commit -m "Sync fabricbot.json"
22
+ git add .
23
+ git commit -m "Sync fabricbot.json"
28
24
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
31
28
32
29
- pwsh : |
33
30
$Title = "Sync fabricbot.json According To ADO Wiki Page"
You can’t perform that action at this time.
0 commit comments