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 ebcce8e commit 9d3d7f2
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 @@ -89,7 +89,7 @@ export function getWorkflowStepNames(repository: string) {
const runId = process.env.GITHUB_RUN_ID
console.log(runId);
//const path = '.github/workflows/bat.yml';
console.log(path);
//console.log(path);
getWorkflowRunJobs(owner as string, repo as string, runId as string);
}

Expand Down

0 comments on commit 9d3d7f2

Please sign in to comment.