mirror of
https://github.com/primer/css.git
synced 2024-12-01 20:53:06 +03:00
id
This commit is contained in:
parent
41cc72dc63
commit
4efadcda0b
4
.github/workflows/release_canary.yml
vendored
4
.github/workflows/release_canary.yml
vendored
@ -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"
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user