Skip to content

Commit

Permalink
chore: Update headers type in upload-release-asset.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 19, 2024
1 parent 35206b3 commit 78d274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload-release-asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface ReposUploadReleaseAssetResponse {

interface ReposUploadReleaseAssetParams {
url: string;
headers: Record<string, any>; // eslint-disable-line @typescript-eslint/no-explicit-any
headers: Record<string, number | string | string[]>;
name: string;
label?: string;
data: stream.Readable;
Expand Down

0 comments on commit 78d274e

Please sign in to comment.