Skip to content

Commit

Permalink
add type to error
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Mohan <[email protected]>
  • Loading branch information
akhilerm committed Sep 13, 2021
1 parent 3194ba1 commit f46cc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function run(): Promise<void> {
source,
dst
])
} catch (error) {
} catch (error: any) {
core.setFailed(error.message)
}
}
Expand Down

0 comments on commit f46cc1c

Please sign in to comment.