mirror of https://github.com/certd/certd
chore:
parent
55d4395160
commit
d7dda336ec
|
@ -78,6 +78,9 @@ export class GithubCheckRelease extends AbstractTaskPlugin {
|
|||
this.lastVersion = res.tag_name;
|
||||
|
||||
const body = res.body.replaceAll("* ","- ")
|
||||
if (this.notificationIds == null){
|
||||
this.notificationIds = [0]
|
||||
}
|
||||
//发送通知
|
||||
for (const notificationId of this.notificationIds) {
|
||||
await this.ctx.notificationService.send({
|
||||
|
|
Loading…
Reference in New Issue