Changelog
- 5de7ccf: Add contributing, security and conduct guidelines and issue templates (imkofte 194198777+waznggo@users.noreply.github.com)
- 5cd724b: Add reenact last, and accept flags before the run URL (imkofte 194198777+waznggo@users.noreply.github.com)
- 81250f7: Fill github.event.pull_request when the run carries no PR reference (imkofte 194198777+waznggo@users.noreply.github.com)
- c0c1f7b: Measure act's artifact server and the job-log API (imkofte 194198777+waznggo@users.noreply.github.com)
- 2c64ccb: Prepare the README and docs for the public release (imkofte 194198777+waznggo@users.noreply.github.com)
- b027d76: Rewrite the README in plainer English (waznggo ovaliduhan@gmail.com)
- 224899a: Say in the wiki which install paths work while the repository is private (waznggo ovaliduhan@gmail.com)
- 419d1d1: Translate the remaining Turkish and harden the language check (imkofte 194198777+waznggo@users.noreply.github.com)
- 2004358: gh: add commit->PR and failed-run lookups (imkofte 194198777+waznggo@users.noreply.github.com)
- 96f2439: reenact: drop into a shell where your CI run failed (waznggo ovaliduhan@gmail.com)
Install
# gh extension
gh extension install waznggo/gh-reenact
# single binary, sha256-verified
curl -fsSL https://raw.githubusercontent.com/waznggo/reenact/main/install.sh | sh
# from source
go install github.com/waznggo/reenact/cmd/reenact@v0.1.0Reproduction needs Docker and act;
reenact inspect needs neither.