diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c1c65cf..c720855d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -689,7 +689,7 @@ jobs: const { data } = await github.rest.checks.listForRef({ owner: context.repo.owner, repo: context.repo.repo, - ref: github.sha, + ref: context.sha, }); const checkRun = data.check_runs.find(run => run.name === context.job); if (checkRun) {