Skip to content

actdbg 0.3.0 — replay a red run from its URL

Choose a tag to compare

@Socialpranker Socialpranker released this 11 Jun 07:43

CI is red? Paste the URL.

actdbg replay https://github.com/you/repo/actions/runs/123456

actdbg asks the GitHub API what failed (job, step, event, commit), checks your checkout matches the run's commit (--here to override), maps the job name back to the workflow (matrix-aware), and re-runs that job locally — then the debugger takes over: shell at the failed step, back N, rerun --from N.

This completes the loop the README promised: red run on GitHub → one command → your shell at the point of failure → fix → re-run from that step in seconds.

Honest limits: GitHub-side secrets and OIDC don't exist locally — steps needing them fail differently, and actdbg check lists exactly which ones before you chase a ghost. Private repos: set GITHUB_TOKEN.

go install github.com/Socialpranker/actdbg@latest