1
1
mirror of https://github.com/primer/css.git synced 2025-01-04 12:22:17 +03:00

better context

This commit is contained in:
Jon Rohan 2021-03-26 14:12:20 -07:00
parent bf99656a0a
commit d3d76da81c
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -55,8 +55,8 @@ jobs:
with:
script: |
github.checks.update({
owner: context.repository.owner,
repo: context.repository.name,
owner: context.repo.owner,
repo: context.repo.repo,
check_run_id: context.runId,
summary: "HI"
})