Skip to content

Commit

Permalink
Fix api client ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jan 5, 2024
1 parent b32c2d2 commit 0e2e393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
? "No changes"
: `${createCount} to add, ${updateCount} to change, ${deleteCount} to destroy`
await octokit.rest.checks.create({
await github.rest.checks.create({
owner: context.repo.owner,
name: context.repo.repo,
head_sha: context.sha,
Expand Down

0 comments on commit 0e2e393

Please sign in to comment.