File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ Push-Location Wiki
9
9
$status = git status
10
10
$has_changed = [string ]$status -match " modified:\s*ControlStyleList.md"
11
11
if ($has_changed ) {
12
- git config
-- global user.email
" [email protected] /"
13
- git config -- global user.name " Azure Pipeline"
14
- git add " ControlStyleList.md"
15
- git commit - m " Automatic update of ControlStyleList.md from Azure pipeline"
16
- git push
12
+ # git config --global user.email "[email protected] "
13
+ # git config --global user.name "Azure Pipeline"
14
+ # git config http.https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit.wiki.git.extraheader "AUTHORIZATION: bearer ********"
15
+ # git add "ControlStyleList.md"
16
+ # git commit -m "Automatic update of ControlStyleList.md from Azure pipeline"
17
+ # git push
17
18
Write-Host " Wiki content updated"
18
19
} else {
19
20
Write-Host " No updates"
You can’t perform that action at this time.
0 commit comments