ckelsoe_obsidian-shell-path.../.github
Charles Kelsoe 39891b0761 workflow: append VirusTotal links to release body via gh release edit
The crazy-max/ghaction-virustotal `update_release_body` input only fires on
workflows triggered by a `release` event. This workflow triggers on
`push: tags`, so the body update was silently skipped on 2.2.1 even though
the VirusTotal step itself ran and produced analysis URLs.

Adds an `id: virustotal` handle to the VirusTotal step and a follow-up
step that parses the action's comma-separated `analysis` output and
appends a markdown list of analysis links to the release body with
`gh release edit`. Skipped if the VirusTotal step produced no output
(its continue-on-error could leave it empty on total failure).

Takes effect on the next tag-push release. No plugin behavior change.
2026-05-26 12:32:00 -04:00
..
ISSUE_TEMPLATE Add privacy policy, disclaimer, and issue templates 2026-05-15 19:09:44 -04:00
workflows workflow: append VirusTotal links to release body via gh release edit 2026-05-26 12:32:00 -04:00