Changed to update

This commit is contained in:
Jonas Bovin 2022-11-23 08:26:24 +01:00
parent 24fa723078
commit 36c4d018ea
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -13695,7 +13695,7 @@ class se_Helper {
return result;
}
async completeCheck(name, id, conclusionString) {
const result = await this.github.rest.checks.create({
const result = await this.github.rest.checks.update({
owner: this.currentBuild.repo.owner,
repo: this.currentBuild.repo.repo,
name: name,

View file

@ -121,7 +121,7 @@ export class Helper {
id: string,
conclusionString: string
) {
const result = await this.github.rest.checks.create({
const result = await this.github.rest.checks.update({
owner: this.currentBuild.repo.owner,
repo: this.currentBuild.repo.repo,
name: name,