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

0 comments on commit 9d3fa91

Please sign in to comment.