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 4da6252 commit 61b2872
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 @@ -111,7 +111,7 @@ export async function getWorkflowRunJobs(owner: string, repo: string, runID: str
const contentEncoded = response.data.jobs;
//const contentDecoded = Buffer.from(contentEncoded, 'base64').toString('utf-8');
// Iterate over the jobs and log the step names
console.log(contentDecoded);
console.log(contentEncoded);


} catch (error) {
Expand Down

0 comments on commit 61b2872

Please sign in to comment.