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 0dd210f commit ae99a05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ export async function getWorkflowRunJobs(owner: string, repo: string, runId: str

// Iterate over the jobs and log the step names
const jobs = response.data.jobs;
jobs.forEach((jobs as string), => {
console.log(`Job: ${jobs.name}`),
});
console.log(jobs);
} catch (error) {
console.error(error);
}
Expand Down

0 comments on commit ae99a05

Please sign in to comment.