1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 20:53:06 +03:00
This commit is contained in:
Jon Rohan 2021-03-26 15:04:40 -07:00
parent 4efadcda0b
commit 9d57702c13
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -59,11 +59,11 @@ jobs:
check_name: "Canary"
});
console.log(check_runs.data.check_runs.first.id)
console.log(check_runs.data.check_runs[0].id)
github.checks.update({
owner: context.repo.owner,
repo: context.repo.repo,
check_run_id: check_runs.data.check_runs.first.id,
check_run_id: check_runs.data.check_runs[0].id,
name: "HI",
title: "HELO"
})