Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 10, 2024
1 parent 0cfab17 commit bafee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
github.rest.statuses.create({
github.checks.create({
owner: context.repo.owner,
repo: context.repo.repo,
head_sha: context.sha,
Expand Down

0 comments on commit bafee78

Please sign in to comment.