diff --git a/src/buildSummary.ts b/src/buildSummary.ts index 39453a6..5308831 100644 --- a/src/buildSummary.ts +++ b/src/buildSummary.ts @@ -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); }