mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #1170] [Feature] 通知内容模板插值添加工作流描述变量 #791
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#791
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xiaoQQya on GitHub (Jan 22, 2026).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1170
Description / 功能描述
当前通知内容模板插值支持以下工作流相关变量:
请求添加工作流描述变量的支持。
Motivation / 请求动机
丰富通知内容。
Miscellaneous / 其他
无
Contribution / 贡献代码
@fudiwei commented on GitHub (Jan 22, 2026):
能具体描述下你的使用场景吗?
@xiaoQQya commented on GitHub (Jan 23, 2026):
使用 certimate 监控网站域名证书过期时,通知内容中想要携带网站具体地址(域名+端口)。
当前情况下,通知内容模板插值变量只能拿到证书域名信息(还有可能为泛域名),无法拿到监控网站具体的地址(域名+端口)。因此想将监控网站地址写到工作流描述中,在通知内容中通过工作流描述变量来获取监控网站地址。