Skip to content

Commit

Permalink
fix: ttt
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed Aug 30, 2024
1 parent 61af9fc commit 9dbfe38
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 @@ -59,7 +59,7 @@ async function sendMessageToWeComBot(

try {
await axios.post(url, payload)
core.info('Message sent to WeCom Bot successfully.')
// core.info('Message sent to WeCom Bot successfully.')
core.info(`${MessageType.MARKDOWN} ${type} ${payload}`)
} catch (error: any) {
core.error(`Failed to send message to WeCom Bot: ${error.message}`)
Expand Down

0 comments on commit 9dbfe38

Please sign in to comment.