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 552060a commit 4da6252
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 @@ -90,7 +90,7 @@ export function getWorkflowStepNames(repository: string) {
console.log(runId);
//const path = '.github/workflows/bat.yml';
//console.log(path);
getWorkflowRunJobs(owner as string, repo as string, path as string);
getWorkflowRunJobs(owner as string, repo as string, runId as string);
}


Expand Down

0 comments on commit 4da6252

Please sign in to comment.