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:03:49 -07:00
parent 41cc72dc63
commit 4efadcda0b
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)
console.log(check_runs.data.check_runs.first.id)
github.checks.update({
owner: context.repo.owner,
repo: context.repo.repo,
check_run_id: check_run_id,
check_run_id: check_runs.data.check_runs.first.id,
name: "HI",
title: "HELO"
})