Skip to content

@stephansama actions

deployed: 5/30/2026

Ship more,
configure less.

Four small, sharp GitHub Actions for CI/CD plumbing — fan-out deploys, auto-generated docs, TODO triage, and track-aware analytics. Drop them in a workflow, watch them work.

// why_stephansama_actions

Built for workflows that ship .

Each action is one binary, no runtime, no node-modules graveyard. If it doesn't make your .yml shorter, it doesn't ship.

Sub-second startup.

No container pulls, no dependency resolve. Composite + JS actions only — measured cold start under 400ms on a free runner.

Time-to-green: minutes.

Each action ships with a copy-paste workflow snippet that just works on a fresh repo. No "first configure your token store" preamble.

Composable by design.

Outputs are documented, inputs are typed. Pipe multi-deployments into todo-to-pr in one yaml block.

Pinnable and audited.

Every action ships with a signed tag. Pin by SHA, by tag, by major — no surprise version drift mid-week.

Docs that match.

READMEs are auto-generated from action.yml. The reference table you read here is the one CI runs against.

Self-hosted friendly.

No outbound calls except the registry. Air-gapped runners work. ARM64 + amd64 binaries published for every release.