From 15b7126edf68dfc9b0538d292d63b30571db4804 Mon Sep 17 00:00:00 2001 From: Nikhil Bhoski <47204011+nbhoski@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:42:02 +0530 Subject: [PATCH] Added octokit parser --- src/buildSummary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildSummary.ts b/src/buildSummary.ts index 8e69b2d..a6f1aaa 100644 --- a/src/buildSummary.ts +++ b/src/buildSummary.ts @@ -102,7 +102,7 @@ export async function getWorkflowRunJobs(owner: string, repo: string, path: stri }); try { // Fetch the jobs for the specified workflow run - const response = await octokit.actions.getContent({ + const response = await octokit.repos.getContent({ owner, repo, path,