8000 Changed to update · JonasPBovin/github-script@36c4d01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36c4d01

Browse files
committed
Changed to update
1 parent 24fa723 commit 36c4d01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13695,7 +13695,7 @@ class se_Helper {
1369513695
return result;
1369613696
}
1369713697
async completeCheck A414 (name, id, conclusionString) {
13698-
const result = await this.github.rest.checks.create({
13698+
const result = await this.github.rest.checks.update({
1369913699
owner: this.currentBuild.repo.owner,
1370013700
repo: this.currentBuild.repo.repo,
1370113701
name: name,

src/se.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class Helper {
121121
id: string,
122122
conclusionString: string
123123
) {
124-
const result = await this.github.rest.checks.create({
124+
const result = await this.github.rest.checks.update({
125125
owner: this.currentBuild.repo.owner,
126126
repo: this.currentBuild.repo.repo,
127127
name: name,

0 commit comments

Comments
 (0)
0