Skip to content

Commit

Permalink
Fixes syntax error in api call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Pusey-Bentley committed Mar 27, 2024
1 parent 599a133 commit 23612e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
github.rest.repos.createCheckRun({
github.rest.checks.create({
owner: context.repo.owner,
repo: context.repo.repo,
head_sha: '${{ github.event.pull_request.head.sha }}',
Expand Down

0 comments on commit 23612e7

Please sign in to comment.