action-tmate
action-tmate copied to clipboard
Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
Better safe than sorry Resolves #124
It seems to me that defaulting to security enabled rather than disabled is a good idea.
Good afternoon. why does your action work no more than 45 minutes, then breaks? even if you are using a timeout.
I'd like to be able to specify how which job of my matrix needs to open an ssh shell, as I can't really debug all of them at the same...
It would be nice when the action would spin up the ssh session and would leave the session open to the end of the workflow so you can follow along...
I running into a difficult situation where my action runs on windows using `msys2/setup-msys2@v2`, but tmate runs it's own mingw enviroment. I'm using `msys2/setup-msys2@v2` pip to install pywin32, but it's...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
It's very strange, I can only connect by typing the ssh command, if I open the web url, there is only a screen that looks like it's stuck. However, after...