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.
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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. |
||
| action.yml | ||
| README.md | ||
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.