1
1
mirror of https://github.com/primer/css.git synced 2025-01-04 12:22:17 +03:00
This commit is contained in:
Jon Rohan 2021-03-26 14:26:03 -07:00
parent d5d714dc94
commit e924ad9be3
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -55,6 +55,6 @@ jobs:
github.checks.update({
owner: context.repo.owner,
repo: context.repo.repo,
check_run_id: context.runId,
check_run_id: process.env.GITHUB_RUN_ID,
title: "HI"
})