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 2942b46 commit a6d1935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export async function processAndDisplayBuildSummary() {

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

0 comments on commit a6d1935

Please sign in to comment.