Skip to content

Commit

Permalink
check formatting update3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Sep 30, 2024
1 parent 93670e7 commit c319d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c319d27

Please sign in to comment.