Debugging GitHub actions locally in an interactive shell
2 min.
It’s not news that nektos/act works well to
debug GitHub actions locally, but I wanted the fast feedback loop of an
interactive shell instead of re-running act push each time I changed echo
commands in the workflow file.