File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Task Document -depends Build {
109
109
git config -- global credential.helper store
110
110
Add-Content " $HOME \.git-credentials" " https://$ ( $env: github_access_token ) :[email protected] `n "
111
111
git config -- global user.email $env: github_email
112
- git config -- global user.name " buildbot121 "
112
+ git config -- global user.name " buildbot171 "
113
113
git add . - A
114
114
git commit - m " API documentation update by build server"
115
115
git push origin master
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ test: on
40
40
skip_tags : true
41
41
42
42
skip_commits :
43
- author : buildbot121
43
+ author : buildbot171
44
44
files :
45
45
- docs/*
46
46
- README.md
@@ -58,7 +58,7 @@ artifacts:
58
58
59
59
environment :
60
60
github_access_token :
61
- secure : BGdKiI7FwHGkFt+/OmgZDkE1hzLqLrTxcc9c+joVqGyO4LvesHb1sR6hzisVwVPm
61
+ secure : mZLeq0GTB9kb5b6+HnVpJB6hhiYMJIQ2+Zf/DwZ/LEIyxJaYB1nx36aGHXE9q1cN
62
62
github_email :
63
63
secure : wvYod3JLufbIBkavRXlCP724wJkhqR2RRuLLaPnqfps=
64
64
nuget_access_token :
You can’t perform that action at this time.
0 commit comments