Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Mar 2, 2025
1 parent 3454434 commit 35639c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/identify-codeowners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async function getCodeownersContent(
});

if (response) {
return response.data as string;
return response.data as unknown as string;
}

throw new Error('Failed to get CODEOWNERS file content');
Expand Down

0 comments on commit 35639c1

Please sign in to comment.