mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +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;
|
return result;
|
||||||
}
|
}
|
||||||
async completeCheck(name, id, conclusionString) {
|
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,
|
owner: this.currentBuild.repo.owner,
|
||||||
repo: this.currentBuild.repo.repo,
|
repo: this.currentBuild.repo.repo,
|
||||||
name: name,
|
name: name,
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,7 @@ export class Helper {
|
||||||
id: string,
|
id: string,
|
||||||
conclusionString: string
|
conclusionString: string
|
||||||
) {
|
) {
|
||||||
const result = await this.github.rest.checks.create({
|
const result = await this.github.rest.checks.update({
|
||||||
owner: this.currentBuild.repo.owner,
|
owner: this.currentBuild.repo.owner,
|
||||||
repo: this.currentBuild.repo.repo,
|
repo: this.currentBuild.repo.repo,
|
||||||
name: name,
|
name: name,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue