Skip to content

Commit afe13c8

Browse files
committed
fix: fix windows linter
1 parent 31b588a commit afe13c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ export const run = async (): Promise<void> => {
6969

7070
core.setOutput('id', asset.id.toString());
7171
core.setOutput('url', asset.browser_download_url);
72+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
7273
} catch (error: Error | any) {
74+
// eslint-enable-next-line @typescript-eslint/no-explicit-any
7375
core.setFailed(error);
7476
}
7577
};

0 commit comments

Comments
 (0)