Skip to content

Commit

Permalink
fix: await check update (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Apr 30, 2024
1 parent 889c3da commit 48fa8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ export const backportImpl = async (
log('backportImpl', LogLevel.INFO, 'Backport process complete');
}

context.octokit.checks.update(
await context.octokit.checks.update(
context.repo({
check_run_id: checkRun.id,
name: checkRun.name,
Expand Down

0 comments on commit 48fa8b4

Please sign in to comment.