mirror of
https://github.com/actions/github-script.git
synced 2026-04-08 07:00:05 +00:00
Changed to update
This commit is contained in:
parent
24fa723078
commit
36c4d018ea
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue