mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Changed to update
This commit is contained in:
parent
24fa723078
commit
36c4d018ea
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue