Open a debugging shell in GitHub Actions with tmate | Simon Willison’s TILs
Discovered: May 19, 2022 13:27 Open a debugging shell in GitHub Actions with tmate ¦ Simon Willison’s TILs <– QUOTE: `Thanks to this Twitter conversation I found out about mxschmitt/action-tmate, which uses https://tmate.io/ to open an interactive shell session running inside the GitHub Actions environment. <— amazing, probably the best way to debug GitHub actions!