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 f29f89e commit c924369
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 @@ -82,11 +82,11 @@ export async function processAndDisplayBuildSummary() {
}

export function getWorkflowStepNames(repository: string) {
//console.log('JJJJJJJJJJJJJJJJJJJJJ*', process.env.GITHUB_REPOSITORY);
const [owner, repo] = repository.split('/');
console.log(owner);
console.log(repo);
const runId = process.env.GITHUB_RUN_ID
console.log(runId);
//getWorkflowRunJobs(owner as string, repo as string, runId as string);
}

Expand Down

0 comments on commit c924369

Please sign in to comment.