Skip to content

Commit

Permalink
fix: send failed
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed Aug 30, 2024
1 parent 45e84ff commit aca982b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ async function sendMessageToWeComBot(
core.info('Message sent to WeCom Bot successfully.')
} catch (error: any) {
core.error(`Failed to send message to WeCom Bot: ${error.message}`)
throw error
}
}

Expand Down

0 comments on commit aca982b

Please sign in to comment.