Skip to content

Commit

Permalink
asdfads
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 28, 2024
1 parent dc7285b commit e250bba
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 @@ -604,7 +604,7 @@ jobs:
ref: context.sha
});
console.log("Check runs found:", result.data.check_runs.map(run => run.name));
const checkRun = result.data.check_runs.find(run => run.name === 'Check python matches black format');
const checkRun = result.data.check_runs.find(run => run.name === 'format_black');
if (checkRun) {
console.log("Updating check run with ID:", checkRun.id);
await github.rest.checks.update({
Expand Down

0 comments on commit e250bba

Please sign in to comment.