Skip to content

Commit

Permalink
Add check that python test client passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Aug 2, 2024
1 parent 378a9b1 commit 39d5718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
retries: 10
script: |
const { data } = await github.actions.listForRef({
const { data } = await github.rest.checks.listForRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'main',
Expand Down

0 comments on commit 39d5718

Please sign in to comment.