File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13695,7 +13695,7 @@ class se_Helper {
13695
13695
return result;
13696
13696
}
13697
13697
async completeCheck
A414
(name, id, conclusionString) {
13698
- const result = await this.github.rest.checks.create ({
13698
+ const result = await this.github.rest.checks.update ({
13699
13699
owner: this.currentBuild.repo.owner,
13700
13700
repo: this.currentBuild.repo.repo,
13701
13701
name: name,
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export class Helper {
121
121
id : string ,
122
122
conclusionString : string
123
123
) {
124
- const result = await this . github . rest . checks . create ( {
124
+ const result = await this . github . rest . checks . update ( {
125
125
owner : this . currentBuild . repo . owner ,
126
126
repo : this . currentBuild . repo . repo ,
127
127
name : name ,
You can’t perform that action at this time.
0 commit comments