ongoing-z/Send notify email
通过 notify-worker 发送邮件(GitHub Actions 代理层)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- None
Pinned Snippet
uses: ongoing-z/action-notify-email@259fd263f33db718aaccf2b2f161a351d22a6dd4 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| subject | 邮件标题 | yes | — |
| body | 邮件正文(纯文本);与 html 至少提供一个 | no | "" |
| html | 邮件正文(HTML);与 body 至少提供一个 | no | "" |
| to | 收件人,缺省使用 notify-worker 的 DEFAULT_TO | no | "" |
| dedup-key | 去重键,建议 workflow-sha 或 workflow-run_id | no | "" |
| fail-on-error | 发信失败时是否 fail job | no | true |
Outputs
| name | description |
|---|---|
| ok | 是否成功(含去重跳过) |
| skipped | 是否因去重跳过 |
| id | Resend message id |
| error | 错误信息 |