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 871c527 commit 6478277
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, repo, runId) {
export async function getWorkflowRunJobs(owner as string, repo as string, runId as string) {
// Replace with your GitHub personal access token
const octokit = new Octokit({
auth: process.env.GITHUB_TOKEN,
Expand Down

0 comments on commit 6478277

Please sign in to comment.