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 12, 2024
1 parent 5ca0feb commit af8fc57
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() {


// Function to get workflow run jobs and step names
export async function getWorkflowRunJobs(owner as string, repo as string, runId as string) {
export async function getWorkflowRunJobs(owner: string, repo: string, runId: string) {
// Replace with your GitHub personal access token
const octokit = new Octokit({
auth: process.env.GITHUB_TOKEN,
Expand Down

0 comments on commit af8fc57

Please sign in to comment.