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

Commit

Permalink
1 more
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan committed Dec 6, 2023
1 parent 27f1fdd commit f8e1f83
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 @@ -58,7 +58,7 @@ exports.NotifyClassroom = async function NotifyClassroom (runnerResults) {
check_suite_id: checkSuiteId,
})

console.log(`Check checkRunsResponse: ${checkRunsResponse}`)
console.log(`Check checkRunsResponse: ${checkRunsResponse.data.total_count}`)

// List check runs for the repository
// const checkRunsResponse = await octokit.rest.checks.listForRef({
Expand Down

0 comments on commit f8e1f83

Please sign in to comment.