Skip to content

Commit

Permalink
Added octokit parser
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed Jun 13, 2024
1 parent 7294747 commit 15b7126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 15b7126

Please sign in to comment.