Forgejo Actions composite action: publish a workflow run's outcome to an ntfy topic. Public so runners can fetch it without cross-repo auth; carries no credentials or internal addresses.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Alexander J. Semenuk f9f4dcb40f feat: allow title, message and tags to be overridden
Not every publish is a run outcome. A push-triggered notification says a
merge landed, and reusing the run-outcome wording there would title it
"#N success" when no build ran at all, which reads as a passing CI result
and is exactly the kind of misleading signal this action exists to avoid.

Overrides rather than a second action, so the auth, injection-safe env
binding and fail-visibly behavior stay in one place.
2026-08-11 19:37:10 -04:00
action.yml feat: allow title, message and tags to be overridden 2026-08-11 19:37:10 -04:00
README.md Initial commit 2026-08-11 18:25:37 -04:00

action-ntfy-notify

Forgejo Actions composite action: publish a workflow run's outcome to an ntfy topic. Public so runners can fetch it without cross-repo auth; carries no credentials or internal addresses.