mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-07-08 22:46:14 +00:00
Set error type to any
This commit is contained in:
@@ -22,7 +22,7 @@ async function run(): Promise<void> {
|
||||
event_type: inputs.eventType,
|
||||
client_payload: JSON.parse(inputs.clientPayload)
|
||||
})
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
core.debug(inspect(error))
|
||||
if (error.status == 404) {
|
||||
core.setFailed(
|
||||
|
||||
Reference in New Issue
Block a user