4 Commits
Author SHA1 Message Date
beforegolive e9ed21bd4d feat(notify-all): 加 channels input 选择通知通道 (v1.2.0)
lint / yamllint (push) Successful in 6m52s
新 input:
  channels: 默认 'both'(同时推 Bark + 发邮件)
           可选 'bark'(只推 Bark)/ 'email'(只发邮件)

实现:composite step 加 'if' 条件
  Push to Bark:  if ${{ inputs.channels != 'email' }}
  Send email:    if ${{ inputs.channels != 'bark' }}

兼容:未传 channels 时默认 both,向后兼容 v1.1.x 用法。

README.md / docker-gitea/docs/ci-actions.md 同步更新。
2026-07-16 13:48:01 +08:00
beforegolive 224f5bdd78 feat(notify-all): sha 字段截短到前 10 位(git short SHA)
lint / yamllint (push) Successful in 13s
2026-07-16 09:00:38 +08:00
beforegolive 1ec372142c fix(notify-all): 改 sibling action 用完整 URL(act_runner 0.2.11 不支持 ./relative)
lint / yamllint (push) Successful in 14s
2026-07-16 08:57:35 +08:00
beforegolive 07ef51040a feat(notify-all): Bark + email 合一 meta-composite,业务侧 1 行 yaml
lint / yamllint (push) Successful in 12s
2026-07-16 08:56:13 +08:00