refactor: change push message in github event

This commit is contained in:
moonrailgun 2024-07-14 00:19:10 +08:00
parent 01d81f3929
commit 1d4aecff95

View File

@ -59,7 +59,7 @@ export const feedIntegrationRouter = router({
data: {
channelId: channelId,
eventName: eventType,
eventContent: `[${pusherName}](mailto:${pusherEmail}) push commit **${commits}** to [${ref}] in [${fullName}](${repoUrl})`,
eventContent: `[${pusherName}](mailto:${pusherEmail}) push commit **${commits}** to **${ref}** in [${fullName}](${repoUrl})`,
tags: [],
source: 'github',
senderId,