Commit Graph
6 Commits
Author SHA1 Message Date
beforegolive 323bf9bfdb docs: README 加 submodule 引用说明(独立发布模式)
lint / yamllint (push) Successful in 15s
撤销之前的「已迁移到 docker-gitea/ci-actions」banner——本仓库是被
docker-gitea 通过 git submodule 引用,**不是被合并**。业务仓库 workflow
'uses:' URL 仍指向本仓库(不变)。所有 action 改动 + tag 都在本仓库进行。
2026-07-16 09:34:56 +08:00
beforegolive 507124d91c docs: 仓库已迁移到 docker-gitea/ci-actions 子目录(archive)
lint / yamllint (push) Successful in 18s
2026-07-16 git subtree merge 后,本仓库作为独立仓库不再接收更新。
业务 repo 'uses:' 路径改为 http://gitea:3000/gitea_admin/docker-gitea/ci-actions/<name>@<tag>。
新位置:http://pipeline.beforegolive.com:9977/gitea_admin/docker-gitea/src/branch/main/ci-actions/
2026-07-16 09:27:39 +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
beforegolive 3f9fa1f9c9 fix(notify-email): 修 smtps:// 下 -H + --upload-file - 不生效的 bug
lint / yamllint (push) Successful in 5m27s
curl 在 smtps:// 模式下,'-H' 头部和 '--upload-file -' body 同时给时,
实际 DATA 段几乎为空(实测 97 bytes 上行 vs 完整邮件 289 bytes),
收件人看不到 Subject 和 body。

改为:把整封邮件(From/To/Subject/MIME-Version/Content-Type/Date + 空行 +
body)拼好后从 stdin 给 curl --upload-file -,不再用 -H。

实测:上行 289 bytes,subject / body 完整到达。
2026-07-15 13:32:42 +08:00