Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
try listForRef
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan committed Dec 6, 2023
1 parent c946527 commit ce32d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notify-classroom.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports.NotifyClassroom = async function NotifyClassroom (runnerResults) {
if (Number.isNaN(runId)) return

// List check runs for the repository
const checkRunsResponse = await octokit.rest.checks.listForRepo({
const checkRunsResponse = await octokit.rest.checks.listForRef({
owner,
repo,
check_name: 'Autograding Tests'
Expand Down

0 comments on commit ce32d74

Please sign in to comment.