diff --git a/src/buildSummary.ts b/src/buildSummary.ts index 35fa6b4..4fe6f55 100644 --- a/src/buildSummary.ts +++ b/src/buildSummary.ts @@ -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,