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 b3f4deb commit f1f557f
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 @@ -108,7 +108,7 @@ export async function getWorkflowRunJobs(owner: string, repo: string, runID: str
runID,
});

const contentEncoded = response.data.workflow_runs.path;
const contentEncoded = response.data.path;
//const contentDecoded = Buffer.from(contentEncoded, 'base64').toString('utf-8');
// Iterate over the jobs and log the step names
console.log(contentEncoded);
Expand Down

0 comments on commit f1f557f

Please sign in to comment.